aboutsummaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2009-07-15 20:02:19 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2009-07-15 20:02:19 +0200
commit9038d6f8f50b59951a9dc3345cf7c8910f954c4a (patch)
tree3f7ab137e0993e5da6ef25c90d92966e4256700e /shell
parent7dd0ce49531b6340950b4a3eedbef1c958a475d9 (diff)
downloadbusybox-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 'shell')
-rw-r--r--shell/hush.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/hush.c b/shell/hush.c
index fe05e4715..d7b479d64 100644
--- a/shell/hush.c
+++ b/shell/hush.c
@@ -7207,7 +7207,7 @@ static int FAST_FUNC builtin_memleak(char **argv UNUSED_PARAM)
7207 7207
7208 if (!G.memleak_value) 7208 if (!G.memleak_value)
7209 G.memleak_value = l; 7209 G.memleak_value = l;
7210 7210
7211 l -= G.memleak_value; 7211 l -= G.memleak_value;
7212 if ((long)l < 0) 7212 if ((long)l < 0)
7213 l = 0; 7213 l = 0;