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

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