less ()s cleanup

This commit is contained in:
Dana Jansens 2003-04-16 00:53:32 +00:00
parent d4b2de2180
commit f3a93aeede

View 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 */