diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2009-07-15 20:02:19 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2009-07-15 20:02:19 +0200 |
commit | 9038d6f8f50b59951a9dc3345cf7c8910f954c4a (patch) | |
tree | 3f7ab137e0993e5da6ef25c90d92966e4256700e /libbb/lineedit.c | |
parent | 7dd0ce49531b6340950b4a3eedbef1c958a475d9 (diff) | |
download | busybox-w32-9038d6f8f50b59951a9dc3345cf7c8910f954c4a.tar.gz busybox-w32-9038d6f8f50b59951a9dc3345cf7c8910f954c4a.tar.bz2 busybox-w32-9038d6f8f50b59951a9dc3345cf7c8910f954c4a.zip |
remove trailing whitespace
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'libbb/lineedit.c')
-rw-r--r-- | libbb/lineedit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbb/lineedit.c b/libbb/lineedit.c index 5ebea70d6..a99f9b5fd 100644 --- a/libbb/lineedit.c +++ b/libbb/lineedit.c | |||
@@ -233,7 +233,7 @@ static size_t load_string(const char *src, int maxsize) | |||
233 | safe_strncpy(command_ps, src, maxsize); | 233 | safe_strncpy(command_ps, src, maxsize); |
234 | return strlen(command_ps); | 234 | return strlen(command_ps); |
235 | } | 235 | } |
236 | # if ENABLE_FEATURE_TAB_COMPLETION | 236 | # if ENABLE_FEATURE_TAB_COMPLETION |
237 | static void save_string(char *dst, int maxsize) | 237 | static void save_string(char *dst, int maxsize) |
238 | { | 238 | { |
239 | safe_strncpy(dst, command_ps, maxsize); | 239 | safe_strncpy(dst, command_ps, maxsize); |