* cygcheck.cc (main): Eliminate non-GNU formatting glitch.
This commit is contained in:
parent
67763c0ca2
commit
35e15d9904
|
@ -1303,12 +1303,11 @@ main (int argc, char **argv)
|
||||||
argc -= optind;
|
argc -= optind;
|
||||||
argv += optind;
|
argv += optind;
|
||||||
|
|
||||||
if (argc == 0 && !sysinfo && !keycheck && !check_setup) {
|
if (argc == 0 && !sysinfo && !keycheck && !check_setup)
|
||||||
if (givehelp)
|
if (givehelp)
|
||||||
usage (stdout, 0);
|
usage (stdout, 0);
|
||||||
else
|
else
|
||||||
usage (stderr, 1);
|
usage (stderr, 1);
|
||||||
}
|
|
||||||
|
|
||||||
if ((check_setup || sysinfo) && keycheck)
|
if ((check_setup || sysinfo) && keycheck)
|
||||||
usage (stderr, 1);
|
usage (stderr, 1);
|
||||||
|
|
Loading…
Reference in New Issue