indenting

This commit is contained in:
Dana Jansens 2003-10-03 07:07:57 +00:00
parent aa6bedd78b
commit 2572f111e0

View file

@ -584,7 +584,8 @@ static void event_handle_client(ObClient *client, XEvent *e)
case FocusIn:
#ifdef DEBUG_FOCUS
ob_debug("FocusIn on client for %lx (client %lx) mode %d detail %d\n",
e->xfocus.window, client->window, e->xfocus.mode, e->xfocus.detail);
e->xfocus.window, client->window,
e->xfocus.mode, e->xfocus.detail);
#endif
focus_in = client;
if (focus_out == client)
@ -593,7 +594,8 @@ static void event_handle_client(ObClient *client, XEvent *e)
case FocusOut:
#ifdef DEBUG_FOCUS
ob_debug("FocusOut on client for %lx (client %lx) mode %d detail %d\n",
e->xfocus.window, client->window, e->xfocus.mode, e->xfocus.detail);
e->xfocus.window, client->window,
e->xfocus.mode, e->xfocus.detail);
#endif
if (focus_in == client)
focus_in = NULL;