commit | 982e87f2fb45bf8a951774b3c6dab7afb0dc89f8 | [log] [tgz] |
---|---|---|
author | Denys Vlasenko <vda.linux@googlemail.com> | Tue Jul 30 11:52:58 2013 +0200 |
committer | Denys Vlasenko <vda.linux@googlemail.com> | Tue Jul 30 11:52:58 2013 +0200 |
tree | f3c90eaa6dba03d209b9f05c799c3ded447cad22 | |
parent | bfa6ed1bf43ea607e33a6e89a0ef03f84a5b5d38 [diff] [blame] |
Whitespace fixes Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
diff --git a/libbb/appletlib.c b/libbb/appletlib.c index c22686e..8f3a8a1 100644 --- a/libbb/appletlib.c +++ b/libbb/appletlib.c
@@ -29,7 +29,7 @@ #include "busybox.h" #if !(defined(__FreeBSD__) || defined(__OpenBSD__) || defined(__NetBSD__) \ - || defined(__APPLE__) \ + || defined(__APPLE__) \ ) # include <malloc.h> /* for mallopt */ #endif