]> arthur.barton.de Git - ngircd-alex.git/blobdiff - src/ngircd/login.c
Whitespace fixes (no functional changes)
[ngircd-alex.git] / src / ngircd / login.c
index 64cc81251c6594cbd129a56270262fa9fede6c19..ba9378f824e333b1576bb7837094acf221d6b26e 100644 (file)
@@ -92,7 +92,7 @@ Login_User(CLIENT * Client)
                /* Don't do any PAM authentication at all if PAM is not
                 * enabled, instead emulate the behavior of the daemon
                 * compiled without PAM support. */
-               if (strcmp(Conn_Password(conn), Conf_ServerPwd) == 0) 
+               if (strcmp(Conn_Password(conn), Conf_ServerPwd) == 0)
                        return Login_User_PostAuth(Client);
                Client_Reject(Client, "Bad server password", false);
                return DISCONNECTED;