Browse Source

removed useless space

Anselm R. Garbe 18 năm trước cách đây
mục cha
commit
c3527bea57
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      event.c

+ 1 - 1
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;