From 9038d6f8f50b59951a9dc3345cf7c8910f954c4a Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Wed, 15 Jul 2009 20:02:19 +0200 Subject: remove trailing whitespace Signed-off-by: Denys Vlasenko --- shell/hush.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shell') 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) if (!G.memleak_value) G.memleak_value = l; - + l -= G.memleak_value; if ((long)l < 0) l = 0; -- cgit v1.2.3