summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-08-16 17:09:14 +0000
committerDana Jansens <danakj@orodu.net>2003-08-16 17:09:14 +0000
commitec0bbfec308610502342587b0ef748697abdf333 (patch)
tree18c7f018dc3f2bdac3c4f4cb514b0773f10ddd92
parent43c8a3d2bf92a543c6ed167b78a350f8979cb462 (diff)
fix whitespace
-rw-r--r--openbox/keyboard.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/openbox/keyboard.c b/openbox/keyboard.c
index 0ba7c869..bcac0a3c 100644
--- a/openbox/keyboard.c
+++ b/openbox/keyboard.c
@@ -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;