diff options
author | Okan Demirmen <okan@cvs.openbsd.org> | 2013-04-05 17:07:26 +0000 |
---|---|---|
committer | Okan Demirmen <okan@cvs.openbsd.org> | 2013-04-05 17:07:26 +0000 |
commit | 86b2e9381ab5a9f4e524546dc72e2cfa2b5e597c (patch) | |
tree | d93f2700d13ea1fba5828827f83403992887b817 /app/cwm/xevents.c | |
parent | d97030204f0a3ae1909a1e9871477f9676b2e22b (diff) |
zap stray whitespace
Diffstat (limited to 'app/cwm/xevents.c')
-rw-r--r-- | app/cwm/xevents.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/cwm/xevents.c b/app/cwm/xevents.c index df4f51c3f..ce733729f 100644 --- a/app/cwm/xevents.c +++ b/app/cwm/xevents.c @@ -15,7 +15,7 @@ * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * - * $OpenBSD: xevents.c,v 1.70 2012/12/18 17:37:39 okan Exp $ + * $OpenBSD: xevents.c,v 1.71 2013/04/05 17:07:25 okan Exp $ */ /* @@ -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; |