i3bar: Fixup indentions

This commit is contained in:
Axel Wagner
2011-08-12 18:43:09 +02:00
parent 9ccb3987ad
commit 7cb7700b02
4 changed files with 47 additions and 47 deletions

View File

@ -87,7 +87,7 @@ void stdin_io_cb(struct ev_loop *loop, ev_io *watcher, int revents) {
if (rec == buffer_len) {
buffer_len += STDIN_CHUNK_SIZE;
buffer = realloc(buffer, buffer_len);
}
}
}
if (*buffer == '\0') {
FREE(buffer);