summaryrefslogtreecommitdiff
path: root/src/ChkMaskEv.c
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@sun.com>2008-06-17 14:41:17 -0700
committerAlan Coopersmith <alan.coopersmith@sun.com>2008-06-17 14:41:17 -0700
commitcf49e537014c3cb5aaee07e57400933e0bb72b6b (patch)
treee7b4fb52ba382a4609b7fcd596059b3432b264ec /src/ChkMaskEv.c
parentf76fd81dfbbd5cfae75c87ce0511e88e08529cf3 (diff)
Strip whitespace from end of lines in source files
Diffstat (limited to 'src/ChkMaskEv.c')
-rw-r--r--src/ChkMaskEv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ChkMaskEv.c b/src/ChkMaskEv.c
index 3d1e7873..e19a991f 100644
--- a/src/ChkMaskEv.c
+++ b/src/ChkMaskEv.c
@@ -38,7 +38,7 @@ extern long const _Xevent_to_mask[];
#define AllButtons (Button1MotionMask|Button2MotionMask|Button3MotionMask|\
Button4MotionMask|Button5MotionMask)
-/*
+/*
* Check existing events in queue to find if any match. If so, return.
* If not, flush buffer and see if any more events are readable. If one
* matches, return. If all else fails, tell the user no events found.