]> Dogcows Code - chaz/openbox/commitdiff
less ()s cleanup
authorDana Jansens <danakj@orodu.net>
Wed, 16 Apr 2003 00:53:32 +0000 (00:53 +0000)
committerDana Jansens <danakj@orodu.net>
Wed, 16 Apr 2003 00:53:32 +0000 (00:53 +0000)
openbox/client.c

index d86e42532bf627e7941d735adbc0fcbee5c5afb2..192a86e356f0d73a429ac268fb4f695b096f202f 100644 (file)
@@ -1036,7 +1036,7 @@ void client_update_wmhints(Client *self)
        if (!(hints->flags & WindowGroupHint))
             hints->window_group = None; /* no group */
         /* did the group state change? */
-        if (hints->window_group != (self->group ? self->group->leader : None)){
+        if (hints->window_group != self->group ? self->group->leader : None) {
             /* remove from the old group if there was one */
             if (self->group != NULL) {
                 /* remove transients of the group */
This page took 0.026853 seconds and 4 git commands to generate.