summaryrefslogtreecommitdiffstats
path: root/src/gui.c
diff options
context:
space:
mode:
authorK.Takata <kentkt@csc.jp>2022-11-14 15:31:07 +0000
committerBram Moolenaar <Bram@vim.org>2022-11-14 15:31:07 +0000
commit161b6ac04f257ab17779e9ba6f5b3e3e15d2a0fd (patch)
treef2d7046311159ccfdc94f337addac087d92478bf /src/gui.c
parentdcbdd82d059a9b621e09f4447446a92ae2562e16 (diff)
patch 9.0.0880: preprocessor indenting is offv9.0.0880
Problem: Preprocessor indenting is off. Solution: Adjust preprocessor indentation. (Ken Takata, closes #11546)
Diffstat (limited to 'src/gui.c')
-rw-r--r--src/gui.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui.c b/src/gui.c
index dbd8d3fcc1..88c0a13453 100644
--- a/src/gui.c
+++ b/src/gui.c
@@ -230,10 +230,10 @@ gui_do_fork(void)
int exit_status;
pid_t pid = -1;
-#if defined(FEAT_RELTIME) && defined(HAVE_TIMER_CREATE)
+# if defined(FEAT_RELTIME) && defined(HAVE_TIMER_CREATE)
// a timer is not carried forward
delete_timer();
-#endif
+# endif
// Setup a pipe between the child and the parent, so that the parent
// knows when the child has done the setsid() call and is allowed to