libbb/lineedit: tweak #if indenting, no code changes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
@@ -1762,7 +1762,7 @@ vi_back_motion(void)
|
||||
input_backward(1);
|
||||
}
|
||||
}
|
||||
#endif
|
||||
#endif /* ENABLE_FEATURE_EDITING_VI */
|
||||
|
||||
/* Modelled after bash 4.0 behavior of Ctrl-<arrow> */
|
||||
static void ctrl_left(void)
|
||||
@@ -2360,7 +2360,7 @@ static int32_t reverse_i_search(int timeout)
|
||||
|
||||
return ic;
|
||||
}
|
||||
#endif
|
||||
#endif /* ENABLE_FEATURE_REVERSE_SEARCH */
|
||||
|
||||
#if ENABLE_FEATURE_EDITING_WINCH
|
||||
static void sigaction2(int sig, struct sigaction *act)
|
||||
|
Reference in New Issue
Block a user