whitespace fix

This commit is contained in:
Denis Vlasenko 2007-10-08 20:45:42 +00:00
parent ac7d0e375e
commit d419a9f830

View 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();
}