diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2007-10-08 20:45:42 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2007-10-08 20:45:42 +0000 |
commit | d419a9f83059f0807b82cdbc7be8e3e8f343707e (patch) | |
tree | 578e122191c723c338d7fcf78e7b6caf4d5482c6 | |
parent | ac7d0e375e9ea6241b3ebca67b8cdb5128327535 (diff) |
whitespace fix
-rw-r--r-- | libbb/appletlib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbb/appletlib.c b/libbb/appletlib.c index 626c25a8f..565dacf36 100644 --- a/libbb/appletlib.c +++ b/libbb/appletlib.c @@ -134,6 +134,6 @@ void bbox_prepare_main(char **argv) setlocale(LC_ALL, ""); /* Redundant for busybox, but needed for individual applets */ - if (argv[1] && strcmp(argv[1], "--help") == 0) + if (argv[1] && strcmp(argv[1], "--help") == 0) bb_show_usage(); } |