Reindent code for consistency.

This commit is contained in:
Cas Cremers
2018-10-15 09:40:07 -04:00
parent 369ae1e3f8
commit 0d9c23c33b
8 changed files with 62 additions and 57 deletions

View File

@@ -662,10 +662,10 @@ iterate_role_sends (int (*func) ())
index = 0;
while (rd != NULL)
{
if (rd->type == SEND)
if (rd->type == SEND)
{
if (!func (p, r, rd, index))
return 0;
return 0;
}
index++;
rd = rd->next;