]> git.sur5r.net Git - i3/i3/blobdiff - src/config.c
Code style: fix misaligned and misindented comments
[i3/i3] / src / config.c
index 9631b2160237732ed404ad02757ab064b8d87b9b..402771b1ffc95580f4ad7f26c06bf975a4b6ca65 100644 (file)
@@ -202,7 +202,7 @@ void load_configuration(xcb_connection_t *conn, const char *override_configpath,
     /* Clear the old config or initialize the data structure */
     memset(&config, 0, sizeof(config));
 
-/* Initialize default colors */
+    /* Initialize default colors */
 #define INIT_COLOR(x, cborder, cbackground, ctext, cindicator) \
     do {                                                       \
         x.border = draw_util_hex_to_color(cborder);            \