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

@@ -203,7 +203,7 @@ xev_handle_propertynotify(XEvent *ee)
break;
}
} else {
TAILQ_FOREACH(sc, &Screenq, entry)
TAILQ_FOREACH(sc, &Screenq, entry)
if (sc->rootwin == e->window)
goto test;
return;