whitespace fix
This commit is contained in:
parent
ac7d0e375e
commit
d419a9f830
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue