libbb/lineedit: tweak #if indenting, no code changes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
parent
56f0e886db
commit
627821e42b
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user