libbb/lineedit: tweak #if indenting, no code changes

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
Denys Vlasenko 2021-09-25 19:36:35 +02:00
parent 56f0e886db
commit 627821e42b

View File

@ -1762,7 +1762,7 @@ vi_back_motion(void)
input_backward(1); input_backward(1);
} }
} }
#endif #endif /* ENABLE_FEATURE_EDITING_VI */
/* Modelled after bash 4.0 behavior of Ctrl-<arrow> */ /* Modelled after bash 4.0 behavior of Ctrl-<arrow> */
static void ctrl_left(void) static void ctrl_left(void)
@ -2360,7 +2360,7 @@ static int32_t reverse_i_search(int timeout)
return ic; return ic;
} }
#endif #endif /* ENABLE_FEATURE_REVERSE_SEARCH */
#if ENABLE_FEATURE_EDITING_WINCH #if ENABLE_FEATURE_EDITING_WINCH
static void sigaction2(int sig, struct sigaction *act) static void sigaction2(int sig, struct sigaction *act)