aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/screen.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/screen.h')
-rw-r--r--src/nvim/screen.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nvim/screen.h b/src/nvim/screen.h
index 0afbc24538..9eda5223f1 100644
--- a/src/nvim/screen.h
+++ b/src/nvim/screen.h
@@ -46,7 +46,6 @@ EXTERN bool updating_screen INIT(= 0);
// While resizing the screen this flag is set.
EXTERN bool resizing_screen INIT(= 0);
-
#ifdef INCLUDE_GENERATED_DECLARATIONS
# include "screen.h.generated.h"
#endif