]> git.sur5r.net Git - i3/i3/commitdiff
i3bar: fix indention in src/child.c
authorMichael Stapelberg <michael@stapelberg.de>
Mon, 7 Nov 2011 21:34:50 +0000 (21:34 +0000)
committerMichael Stapelberg <michael@stapelberg.de>
Mon, 7 Nov 2011 21:34:50 +0000 (21:34 +0000)
i3bar/src/child.c

index 44e237f86c7a830aabaea5623d5e01c0935525c3..e294fb9abe6886424a3efb029ed8a7226e4575f9 100644 (file)
@@ -40,8 +40,8 @@ void cleanup() {
         ev_io_stop(main_loop, stdin_io);
         FREE(stdin_io);
         FREE(statusline_buffer);
-       /* statusline pointed to memory within statusline_buffer */
-       statusline = NULL;
+        /* statusline pointed to memory within statusline_buffer */
+        statusline = NULL;
     }
 
     if (child_sig != NULL) {