summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2009-07-13 15:37:59 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2009-07-13 15:39:10 +1000
commite600e6cf47abd61bd3554967c4fdb0f78cc68f41 (patch)
tree39a1850c4080a323a6722582d480ae9d95de22c8 /src
parent1fc161f058eecb61d37135fd024703a385769417 (diff)
Fix broken formatting, remove empty comment.
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'src')
-rw-r--r--src/XExtInt.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/XExtInt.c b/src/XExtInt.c
index 816c8c0..87bbaf4 100644
--- a/src/XExtInt.c
+++ b/src/XExtInt.c
@@ -1229,8 +1229,8 @@ XInputCopyCookie(Display *dpy, XGenericEventCookie *in, XGenericEventCookie *out
out->data = NULL;
out->cookie = 0;
- /**/
- switch(in->evtype) { case XI_Motion:
+ switch(in->evtype) {
+ case XI_Motion:
case XI_ButtonPress:
case XI_ButtonRelease:
case XI_KeyPress: