From 835a46ef30244be1cda44e1539fc6882f0a28091 Mon Sep 17 00:00:00 2001 From: "Devin J. Pohly" Date: Sun, 3 May 2020 11:23:51 -0500 Subject: [PATCH] style --- dwl.c | 3 +-- 1 file changed, 1 insertion(+), 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;