summaryrefslogtreecommitdiff
path: root/dwl.c
diff options
context:
space:
mode:
Diffstat (limited to 'dwl.c')
-rw-r--r--dwl.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/dwl.c b/dwl.c
index 9e1a872..b4c6c86 100644
--- a/dwl.c
+++ b/dwl.c
@@ -1308,10 +1308,9 @@ tile(Monitor *m)
unsigned int i, n = 0, h, mw, my, ty;
Client *c;
- wl_list_for_each(c, &clients, link) {
+ wl_list_for_each(c, &clients, link)
if (VISIBLEON(c, m) && !c->isfloating)
n++;
- }
if (n == 0)
return;