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:
yar 2002-07-16 16:48:15 +00:00
parent c2dfbe8244
commit 4410d83dcc

View File

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