JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
removed useless space
authorAnselm R. Garbe <arg@suckless.org>
Fri, 16 Feb 2007 15:51:27 +0000 (16:51 +0100)
committerAnselm R. Garbe <arg@suckless.org>
Fri, 16 Feb 2007 15:51:27 +0000 (16:51 +0100)
event.c

diff --git a/event.c b/event.c
index f06fb22..e20a60a 100644 (file)
--- a/event.c
+++ b/event.c
@@ -28,7 +28,7 @@ movemouse(Client *c) {
        XEvent ev;
 
        ocx = nx = c->x;
-       ocy = ny =  c->y;
+       ocy = ny = c->y;
        if(XGrabPointer(dpy, root, False, MOUSEMASK, GrabModeAsync, GrabModeAsync,
                        None, cursor[CurMove], CurrentTime) != GrabSuccess)
                return;