remove trailing whitespace

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
Denys Vlasenko
2009-07-15 20:02:19 +02:00
parent 7dd0ce4953
commit 9038d6f8f5
6 changed files with 8 additions and 8 deletions

View File

@@ -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;