style fixes
This commit is contained in:
parent
65022e1cbf
commit
d873d09f23
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue