remove trailing whitespace
[oweals/busybox.git] / shell / hush.c
index fe05e47156d0abc7d99d73a4a296c776d1dd0c05..d7b479d645956e8c718fa4a1084c593f6c029711 100644 (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;