- (djm) [auth2-kbdint.c auth2-none.c  auth2-passwd.c auth2-pubkey.c]
   Make cygwin code more consistent with that which surrounds it
diff --git a/auth2-none.c b/auth2-none.c
index 2bf5b5c..787458d 100644
--- a/auth2-none.c
+++ b/auth2-none.c
@@ -103,7 +103,7 @@
 	userauth_banner();
 #ifdef HAVE_CYGWIN
 	if (check_nt_auth(1, authctxt->pw) == 0)
-		return(0);
+		return (0);
 #endif
 	if (options.password_authentication)
 		return (PRIVSEP(auth_password(authctxt, "")));