zap stray whitespace

This commit is contained in:
okan
2013-04-05 17:07:25 +00:00
parent c5a76f1d5b
commit 670207f79b
5 changed files with 13 additions and 13 deletions

View File

@ -574,7 +574,7 @@ client_cycle(struct screen_ctx *sc, int flags)
return;
if (oldcc == NULL)
oldcc = (flags & CWM_RCYCLE ?
oldcc = (flags & CWM_RCYCLE ?
TAILQ_LAST(&sc->mruq, cycle_entry_q) :
TAILQ_FIRST(&sc->mruq));
@ -606,7 +606,7 @@ client_cycle(struct screen_ctx *sc, int flags)
}
void
client_cycle_leave(struct screen_ctx *sc, struct client_ctx *cc)
client_cycle_leave(struct screen_ctx *sc, struct client_ctx *cc)
{
sc->cycling = 0;