]> Dogcows Code - chaz/openbox/commitdiff
extra braces.. why does the world hate me so?
authorDana Jansens <danakj@orodu.net>
Sun, 11 Mar 2007 19:27:44 +0000 (19:27 +0000)
committerDana Jansens <danakj@orodu.net>
Sun, 11 Mar 2007 19:27:44 +0000 (19:27 +0000)
openbox/client.c

index 8358293dcfd5f8f178be90bd10fb1acbaf2d1a40..02141af45f749a03fe15164485e2a316c1abac86 100644 (file)
@@ -469,9 +469,7 @@ void client_manage(Window window)
            always
         */
         if (!focus_client || client_search_focus_parent(self) != NULL)
-        {
             activate = TRUE;
-        }
         else
         {
             /* If time stamp is old, don't steal focus */
@@ -481,9 +479,7 @@ void client_manage(Window window)
                I stole this idea from KWin. It seems nice.
              */
             if (!focus_client->can_focus && focus_client->focus_notify)
-            {
                 activate = FALSE;
-            }
         }
 
         if (activate)
This page took 0.025485 seconds and 4 git commands to generate.