]> git.sur5r.net Git - i3/i3/blobdiff - src/config_parser.c
Code style: fix misaligned and misindented comments
[i3/i3] / src / config_parser.c
index 9f972fed8f80b4510931cac6edb52cef431c832a..c238f1b9fa9a647690bbeef526aac557c05be617 100644 (file)
@@ -409,7 +409,7 @@ struct ConfigResultIR *parse_config(const char *input, struct context *context)
                 if (*walk == '\0' || *walk == '\n' || *walk == '\r') {
                     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. */