Skip to content
Snippets Groups Projects
Commit a699d971 authored by Olivier Fourdan's avatar Olivier Fourdan
Browse files

Indentation

(Old svn revision: 11758)
parent 98483c00
No related branches found
No related tags found
Loading
......@@ -125,7 +125,8 @@ clientIsModalFor (Client * c1, Client * c2)
if (FLAG_TEST (c1->flags, CLIENT_FLAG_STATE_MODAL))
{
return ((clientIsTransientFor (c1, c2) || clientSameGroup (c1, c2)) && (c1->serial >= c2->serial));
return ((clientIsTransientFor (c1, c2) || clientSameGroup (c1, c2))
&& (c1->serial >= c2->serial));
}
return FALSE;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment