Some fixes/reformatting for bapt’s patch

This commit is contained in:
Michael Stapelberg
2009-07-23 20:36:48 +02:00
parent 40750e227d
commit ce501c9de9
3 changed files with 43 additions and 40 deletions

View File

@ -908,10 +908,10 @@ void parse_command(xcb_connection_t *conn, const char *command) {
exit(EXIT_SUCCESS);
}
/* Is it <reload */
/* Is it a <reload>? */
if (STARTS_WITH(command, "reload")) {
load_configuration(conn,NULL,true);
return;
load_configuration(conn, NULL, true);
return;
}
/* Is it <restart>? Then restart in place. */