1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-02-03 17:11:32 +00:00

Be consistent about indent at least within one block of code.

This commit is contained in:
Yaroslav Tykhiy 2001-10-12 13:06:40 +00:00
parent cc6fae1156
commit 11342ab1d0
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=84841

View File

@ -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),