knf in portable-code (no code change)
diff --git a/auth1.c b/auth1.c
index 0615f4a..82fe5fb 100644
--- a/auth1.c
+++ b/auth1.c
@@ -235,7 +235,7 @@
 		if (authenticated &&
 		    !check_nt_auth(type == SSH_CMSG_AUTH_PASSWORD, pw)) {
 			packet_disconnect("Authentication rejected for uid %d.",
-			pw == NULL ? -1 : pw->pw_uid);
+			    pw == NULL ? -1 : pw->pw_uid);
 			authenticated = 0;
 		}
 #else