- (bal) Minor auth2.c resync.  Whitespace and moving of an #include.
diff --git a/auth2.c b/auth2.c
index 99be9e1..cff34c6 100644
--- a/auth2.c
+++ b/auth2.c
@@ -47,8 +47,8 @@
 #include "session.h"
 #include "dispatch.h"
 #include "auth.h"
-#include "cipher.h"
 #include "key.h"
+#include "cipher.h"
 #include "kex.h"
 #include "pathnames.h"
 #include "uidswap.h"
@@ -203,7 +203,7 @@
 	if ((style = strchr(user, ':')) != NULL)
 		*style++ = 0;
 
-	if (authctxt->attempt++ == 0) {
+	if (authctxt->attempt++ == 0) { 
 		/* setup auth context */
 		struct passwd *pw = NULL;
 		setproctitle("%s", user);