style fixes

This commit is contained in:
akokshar@redhat.com 2017-08-29 15:55:30 +02:00
parent 65022e1cbf
commit d873d09f23
1 changed files with 1 additions and 2 deletions

View File

@ -410,8 +410,7 @@ bool status_line_mouse_event(struct bar *bar, int x, int y, uint32_t button) {
if (num_blocks == 0) {
return false;
}
else {
} else {
current_block = bar->status->block_line->items[0];
if (x < current_block->x) {
return false;