aboutsummaryrefslogtreecommitdiffstats
path: root/xevents.c
diff options
context:
space:
mode:
authorokan2013-04-05 17:07:25 +0000
committerokan2013-04-05 17:07:25 +0000
commitabd80b6d6d0b2c8c02a4b114c5b795c9491b085a (patch)
tree60df3a3b18ec439f0de0c53325c34328e23f57a3 /xevents.c
parentef080833b83bef6de2a0b63e06d5d9535dcaa7ec (diff)
downloadcwm-abd80b6d6d0b2c8c02a4b114c5b795c9491b085a.tar.gz
zap stray whitespace
Diffstat (limited to 'xevents.c')
-rw-r--r--xevents.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/xevents.c b/xevents.c
index df4f51c..ce73372 100644
--- a/xevents.c
+++ b/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;