summaryrefslogtreecommitdiffstats
path: root/libexec/ftpd
diff options
context:
space:
mode:
authoryar <yar@FreeBSD.org>2002-07-16 16:48:15 +0000
committeryar <yar@FreeBSD.org>2002-07-16 16:48:15 +0000
commit4410d83dcc36f0f5f77a472d9371eb764d2e3d62 (patch)
treeb8450306268b883ab69ffc8af09acfff8cc6c36c /libexec/ftpd
parentc2dfbe8244705b8d534b5482277aa361e12aa589 (diff)
downloadFreeBSD-src-4410d83dcc36f0f5f77a472d9371eb764d2e3d62.zip
FreeBSD-src-4410d83dcc36f0f5f77a472d9371eb764d2e3d62.tar.gz
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
Diffstat (limited to 'libexec/ftpd')
-rw-r--r--libexec/ftpd/ftpd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/ftpd/ftpd.c b/libexec/ftpd/ftpd.c
index 4319495..5ad85c9 100644
--- a/libexec/ftpd/ftpd.c
+++ b/libexec/ftpd/ftpd.c
@@ -767,7 +767,7 @@ inithosts(void)
ai->ai_addr->sa_len) == 0) {
gothost++;
break;
- }
+ }
if (gothost)
break;
}
OpenPOWER on IntegriCloud