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-w32-56443cdbdd23f7691df833d45f8c3468e07115bb.tar.gz
busybox-w32-56443cdbdd23f7691df833d45f8c3468e07115bb.tar.bz2
busybox-w32-56443cdbdd23f7691df833d45f8c3468e07115bb.zip
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
2517 switch (ic) { 2517 switch (ic) {
2518 //case KEYCODE_LEFT: - bash doesn't do this 2518 //case KEYCODE_LEFT: - bash doesn't do this
2519 case 'b': 2519 case 'b':
2520 ctrl_left(); 2520 ctrl_left();
2521 break; 2521 break;
2522 //case KEYCODE_RIGHT: - bash doesn't do this 2522 //case KEYCODE_RIGHT: - bash doesn't do this
2523 case 'f': 2523 case 'f':