summaryrefslogtreecommitdiffstats
path: root/src/arglist.c
diff options
context:
space:
mode:
authorK.Takata <kentkt@csc.jp>2022-02-03 13:05:32 +0000
committerBram Moolenaar <Bram@vim.org>2022-02-03 13:05:32 +0000
commit6e1d31e9e3ca42cb883abca198f011dc6f4ceb14 (patch)
tree85e836c29901bb4997d3f839303959f12a8f1b75 /src/arglist.c
parent2d3ac2e03093c4b0ae5d18c5f2f51ae0c2a9ec72 (diff)
patch 8.2.4288: preprocessor indents are inconsistentv8.2.4288
Problem: Preprocessor indents are inconsistent. Solution: Fix preprocessor indents. (Ken Takata, closes #9691)
Diffstat (limited to 'src/arglist.c')
-rw-r--r--src/arglist.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/arglist.c b/src/arglist.c
index fbd99af0d3..5c2236927e 100644
--- a/src/arglist.c
+++ b/src/arglist.c
@@ -969,9 +969,9 @@ do_arg_all(
old_curwin = curwin;
old_curtab = curtab;
-# ifdef FEAT_GUI
+#ifdef FEAT_GUI
need_mouse_correct = TRUE;
-# endif
+#endif
// Try closing all windows that are not in the argument list.
// Also close windows that are not full width;