summaryrefslogtreecommitdiffstats
path: root/libexec/ftpd
diff options
context:
space:
mode:
authoryar <yar@FreeBSD.org>2001-10-12 13:06:40 +0000
committeryar <yar@FreeBSD.org>2001-10-12 13:06:40 +0000
commit090772b0983a9c97eb34672bb0d8e390c342da81 (patch)
tree1c3ea68507148ea8a0ec4ad6c42efcd0b581cddb /libexec/ftpd
parent66ae82dae079c262da58cdb1685a7ff3a41579de (diff)
downloadFreeBSD-src-090772b0983a9c97eb34672bb0d8e390c342da81.zip
FreeBSD-src-090772b0983a9c97eb34672bb0d8e390c342da81.tar.gz
Be consistent about indent at least within one block of code.
Diffstat (limited to 'libexec/ftpd')
-rw-r--r--libexec/ftpd/ftpd.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/libexec/ftpd/ftpd.c b/libexec/ftpd/ftpd.c
index c2fff41..1c37280 100644
--- a/libexec/ftpd/ftpd.c
+++ b/libexec/ftpd/ftpd.c
@@ -1412,11 +1412,11 @@ skip:
syslog(LOG_INFO, "ANONYMOUS FTP LOGIN FROM %s, %s",
remotehost, passwd);
} else {
- if (dochroot)
- reply(230, "User %s logged in, access restrictions apply.",
- pw->pw_name);
- else
- reply(230, "User %s logged in.", pw->pw_name);
+ if (dochroot)
+ reply(230, "User %s logged in, "
+ "access restrictions apply.", pw->pw_name);
+ else
+ reply(230, "User %s logged in.", pw->pw_name);
#ifdef SETPROCTITLE
snprintf(proctitle, sizeof(proctitle),
OpenPOWER on IntegriCloud