updated for version 7.0195
diff --git a/src/normal.c b/src/normal.c
index 9e68b2b..09410f0 100644
--- a/src/normal.c
+++ b/src/normal.c
@@ -3635,10 +3635,10 @@
     int		i;
     static int	ignore[] =
     {
-#ifdef FEAT_GUI
+# ifdef FEAT_GUI
 	K_VER_SCROLLBAR, K_HOR_SCROLLBAR,
 	K_LEFTMOUSE_NM, K_LEFTRELEASE_NM,
-#endif
+# endif
 	K_IGNORE,
 	K_LEFTMOUSE, K_LEFTDRAG, K_LEFTRELEASE,
 	K_MIDDLEMOUSE, K_MIDDLEDRAG, K_MIDDLERELEASE,