From d873d09f23180414fc0475b3893570a514efb0e0 Mon Sep 17 00:00:00 2001 From: "akokshar@redhat.com" Date: Tue, 29 Aug 2017 15:55:30 +0200 Subject: style fixes --- swaybar/status_line.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'swaybar') diff --git a/swaybar/status_line.c b/swaybar/status_line.c index f0888273..f3bb3013 100644 --- a/swaybar/status_line.c +++ b/swaybar/status_line.c @@ -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; -- cgit v1.2.3-54-g00ecf