0
0
mirror of https://github.com/vim/vim.git synced 2025-09-27 04:14:06 -04:00

patch 9.0.0880: preprocessor indenting is off

Problem:    Preprocessor indenting is off.
Solution:   Adjust preprocessor indentation. (Ken Takata, closes #11546)
This commit is contained in:
K.Takata
2022-11-14 15:31:07 +00:00
committed by Bram Moolenaar
parent dcbdd82d05
commit 161b6ac04f
7 changed files with 35 additions and 33 deletions

View File

@@ -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