style fixes

This commit is contained in:
akokshar@redhat.com 2017-08-29 15:55:30 +02:00
parent 65022e1cbf
commit d873d09f23

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) { if (num_blocks == 0) {
return false; return false;
} } else {
else {
current_block = bar->status->block_line->items[0]; current_block = bar->status->block_line->items[0];
if (x < current_block->x) { if (x < current_block->x) {
return false; return false;