]> git.sur5r.net Git - i3/i3/blobdiff - src/commands_parser.c
Code style: fix misaligned and misindented comments
[i3/i3] / src / commands_parser.c
index 4299c008335570ced9c8daebc12bdaa1cefd74e9..0da65adc1ffc2b9e95cca2d8e008622e5576b417 100644 (file)
@@ -353,7 +353,7 @@ CommandResult *parse_command(const char *input, yajl_gen gen) {
                 if (*walk == '\0' || *walk == ',' || *walk == ';') {
                     next_state(token);
                     token_handled = true;
-/* To make sure we start with an appropriate matching
+                    /* To make sure we start with an appropriate matching
                      * datastructure for commands which do *not* specify any
                      * criteria, we re-initialize the criteria system after
                      * every command. */