[focus] parenthesis cosmetic
This commit is contained in:
parent
8b7c8e3822
commit
cc8d2beef7
4
focus.c
4
focus.c
|
@ -75,8 +75,8 @@ focus_get_latest_client_for_tags(Tag **t, int nindex)
|
||||||
|
|
||||||
for(node = globalconf.focus; node; node = node->next)
|
for(node = globalconf.focus; node; node = node->next)
|
||||||
if(node->client && !node->client->skip
|
if(node->client && !node->client->skip
|
||||||
&& node->client != globalconf.scratch.client
|
&& (node->client != globalconf.scratch.client
|
||||||
|| globalconf.scratch.isvisible)
|
|| globalconf.scratch.isvisible))
|
||||||
for(tags = t; *tags; tags++)
|
for(tags = t; *tags; tags++)
|
||||||
if(is_client_tagged(node->client, *tags))
|
if(is_client_tagged(node->client, *tags))
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue