i3bar: fix indention in src/child.c
This commit is contained in:
parent
2a78a5f2b6
commit
f0cc13f356
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue