commit | 9038d6f8f50b59951a9dc3345cf7c8910f954c4a | [log] [tgz] |
---|---|---|
author | Denys Vlasenko <vda.linux@googlemail.com> | Wed Jul 15 20:02:19 2009 +0200 |
committer | Denys Vlasenko <vda.linux@googlemail.com> | Wed Jul 15 20:02:19 2009 +0200 |
tree | 3f7ab137e0993e5da6ef25c90d92966e4256700e | |
parent | 7dd0ce49531b6340950b4a3eedbef1c958a475d9 [diff] [blame] |
remove trailing whitespace Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
diff --git a/libbb/lineedit.c b/libbb/lineedit.c index 5ebea70..a99f9b5 100644 --- a/libbb/lineedit.c +++ b/libbb/lineedit.c
@@ -233,7 +233,7 @@ safe_strncpy(command_ps, src, maxsize); return strlen(command_ps); } -# if ENABLE_FEATURE_TAB_COMPLETION +# if ENABLE_FEATURE_TAB_COMPLETION static void save_string(char *dst, int maxsize) { safe_strncpy(dst, command_ps, maxsize);