aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/os/input.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/os/input.h')
-rw-r--r--src/nvim/os/input.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/os/input.h b/src/nvim/os/input.h
index af17aabd90..d42da010f0 100644
--- a/src/nvim/os/input.h
+++ b/src/nvim/os/input.h
@@ -8,7 +8,7 @@
#include "nvim/event/multiqueue.h"
#include "nvim/macros.h"
-EXTERN bool used_stdin INIT(= false);
+EXTERN bool used_stdin INIT( = false);
#ifdef INCLUDE_GENERATED_DECLARATIONS
# include "os/input.h.generated.h"