cosmetic
This commit is contained in:
parent
db3931c549
commit
b54c405c17
|
@ -195,7 +195,7 @@ xerror(Display * edpy, XErrorEvent * ee)
|
|||
static void __attribute__ ((noreturn))
|
||||
exit_help(int exit_code)
|
||||
{
|
||||
FILE *outfile = (exit_code == EXIT_SUCCESS)?stdout:stderr;
|
||||
FILE *outfile = (exit_code == EXIT_SUCCESS) ? stdout : stderr;
|
||||
fprintf(outfile, "Usage: awesome [-v | -h | -c configfile]\n");
|
||||
exit(exit_code);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue