]> Dogcows Code - chaz/openbox/blobdiff - openbox/actions/focus.c
remove trailing whitespace
[chaz/openbox] / openbox / actions / focus.c
index de2bd6d5eb7a189867c6659e2101832be19e12c8..ea7a6a2c83bf59efa8bc011ea43282e927601872 100644 (file)
@@ -48,10 +48,9 @@ static gboolean run_func(ObActionsData *data, gpointer options)
 /*
         ob_debug("button %d focusable %d context %d %d %d\n",
                  data->button, client_mouse_focusable(data->client),
-                 data->context, 
+                 data->context,
                  OB_FRAME_CONTEXT_CLIENT, OB_FRAME_CONTEXT_FRAME);
 */
-
         if (data->button == 0 || client_mouse_focusable(data->client) ||
             (data->context != OB_FRAME_CONTEXT_CLIENT &&
              data->context != OB_FRAME_CONTEXT_FRAME))
This page took 0.020069 seconds and 4 git commands to generate.