diff options
author | okan <okan> | 2015-08-21 16:52:37 +0000 |
---|---|---|
committer | okan <okan> | 2015-08-21 16:52:37 +0000 |
commit | cd3bbb1c9c2d789977ec761aeddedc26d282de89 (patch) | |
tree | 521c5a83149722c16a0fa4c2dce5cdac2af54f59 /client.c | |
parent | 1d31f9000cabc965f478991c4ad11c43f163c30f (diff) | |
download | cwm-cd3bbb1c9c2d789977ec761aeddedc26d282de89.tar.gz cwm-cd3bbb1c9c2d789977ec761aeddedc26d282de89.tar.xz cwm-cd3bbb1c9c2d789977ec761aeddedc26d282de89.zip |
Fix whitespace.
Diffstat (limited to 'client.c')
-rw-r--r-- | client.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/client.c b/client.c index 5eb814e..7faf0ef 100644 --- a/client.c +++ b/client.c @@ -669,7 +669,7 @@ client_cycle(struct screen_ctx *sc, int flags) client_next(newcc); /* Only cycle visible and non-ignored windows. */ - if ((newcc->flags & (CLIENT_HIDDEN|CLIENT_IGNORE)) + if ((newcc->flags & (CLIENT_HIDDEN | CLIENT_IGNORE)) || ((flags & CWM_INGROUP) && (newcc->group != oldcc->group))) again = 1; @@ -729,7 +729,7 @@ client_placecalc(struct client_ctx *cc) struct screen_ctx *sc = cc->sc; int xslack, yslack; - if (cc->hint.flags & (USPosition|PPosition)) { + if (cc->hint.flags & (USPosition | PPosition)) { /* * Ignore XINERAMA screens, just make sure it's somewhere * in the virtual desktop. else it stops people putting xterms |