aboutsummaryrefslogtreecommitdiff
path: root/libbb
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2012-04-20 15:07:22 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2012-04-20 15:07:22 +0200
commit56443cdbdd23f7691df833d45f8c3468e07115bb (patch)
treeb384353bf33031278b5d2a53fbe16c6feb9a245a /libbb
parent8cab66730aa59c121eb98b20f4ae7ddda1c3ecf6 (diff)
downloadbusybox-56443cdbdd23f7691df833d45f8c3468e07115bb.tar.gz
whitespace fixes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'libbb')
-rw-r--r--libbb/lineedit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libbb/lineedit.c b/libbb/lineedit.c
index 460e27fed..db8416712 100644
--- a/libbb/lineedit.c
+++ b/libbb/lineedit.c
@@ -2517,7 +2517,7 @@ int FAST_FUNC read_line_input(line_input_t *st, const char *prompt, char *comman
switch (ic) {
//case KEYCODE_LEFT: - bash doesn't do this
case 'b':
- ctrl_left();
+ ctrl_left();
break;
//case KEYCODE_RIGHT: - bash doesn't do this
case 'f':