whitespace

This commit is contained in:
okan 2014-08-20 12:35:39 +00:00
parent 5d22b261a6
commit 7f45471538

View File

@ -105,7 +105,7 @@ screen_updatestackingorder(struct screen_ctx *sc)
if ((cc = client_find(wins[i])) == NULL || if ((cc = client_find(wins[i])) == NULL ||
cc->flags & CLIENT_HIDDEN) cc->flags & CLIENT_HIDDEN)
continue; continue;
cc->stackingorder = s++; cc->stackingorder = s++;
} }
XFree(wins); XFree(wins);