fix whitespace
authorDana Jansens <danakj@orodu.net>
Sat, 16 Aug 2003 17:09:14 +0000 (17:09 +0000)
committerDana Jansens <danakj@orodu.net>
Sat, 16 Aug 2003 17:09:14 +0000 (17:09 +0000)
openbox/keyboard.c

index 0ba7c86..bcac0a3 100644 (file)
@@ -244,10 +244,8 @@ void keyboard_event(ObClient *client, const XEvent *e)
 
                         if (act->func == action_showmenu)
                         {
-                            act->data.showmenu.x =
-                                e->xkey.x_root;
-                            act->data.showmenu.y =
-                                e->xkey.y_root;
+                            act->data.showmenu.x = e->xkey.x_root;
+                            act->data.showmenu.y = e->xkey.y_root;
                         }
 
                         act->data.any.c = client;