style
This commit is contained in:
parent
1d0350fa3d
commit
835a46ef30
3
dwl.c
3
dwl.c
@ -1308,10 +1308,9 @@ tile(Monitor *m)
|
|||||||
unsigned int i, n = 0, h, mw, my, ty;
|
unsigned int i, n = 0, h, mw, my, ty;
|
||||||
Client *c;
|
Client *c;
|
||||||
|
|
||||||
wl_list_for_each(c, &clients, link) {
|
wl_list_for_each(c, &clients, link)
|
||||||
if (VISIBLEON(c, m) && !c->isfloating)
|
if (VISIBLEON(c, m) && !c->isfloating)
|
||||||
n++;
|
n++;
|
||||||
}
|
|
||||||
if (n == 0)
|
if (n == 0)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user