whitespace fix
This commit is contained in:
parent
ac7d0e375e
commit
d419a9f830
@ -134,6 +134,6 @@ void bbox_prepare_main(char **argv)
|
|||||||
setlocale(LC_ALL, "");
|
setlocale(LC_ALL, "");
|
||||||
|
|
||||||
/* Redundant for busybox, but needed for individual applets */
|
/* 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();
|
bb_show_usage();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user