whitespace fix
authorDenis Vlasenko <vda.linux@googlemail.com>
Mon, 8 Oct 2007 20:45:42 +0000 (20:45 -0000)
committerDenis Vlasenko <vda.linux@googlemail.com>
Mon, 8 Oct 2007 20:45:42 +0000 (20:45 -0000)
libbb/appletlib.c

index 626c25a8f97ddf59bf35ff74f7c68380736fb44b..565dacf36d7ec0956005f19dc05dbab6561335c8 100644 (file)
@@ -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();
 }