Use the right indent for the closing brace: it belongs to `if',

not to `for'.  The previous indent was reather misleading for
the code reader.

MFC after:	1 week
This commit is contained in:
Yaroslav Tykhiy 2002-07-16 16:48:15 +00:00
parent 55b54aa791
commit 5f76ebf34e

View File

@ -767,7 +767,7 @@ inithosts(void)
ai->ai_addr->sa_len) == 0) {
gothost++;
break;
}
}
if (gothost)
break;
}