Small style fix

This commit is contained in:
Laslo Hunhold 2017-07-04 22:26:17 +02:00
parent 7f391b6134
commit d5a6e978b9

View file

@ -912,8 +912,9 @@ main(int argc, char *argv[])
usage();
} ARGEND
if (argc)
if (argc) {
usage();
}
/* reap children automatically */
if (signal(SIGCHLD, SIG_IGN) == SIG_ERR) {