Whitespace sync
diff --git a/auth-krb5.c b/auth-krb5.c
index 8377aed..8594924 100644
--- a/auth-krb5.c
+++ b/auth-krb5.c
@@ -40,7 +40,6 @@
 #include "auth.h"
 
 #ifdef KRB5
-
 #include <krb5.h>
 
 extern ServerOptions	 options;
@@ -105,6 +104,7 @@
 
 	if (problem)
 		goto out;
+
 	problem = krb5_cc_gen_new(authctxt->krb5_ctx, &krb5_fcc_ops,
 	    &authctxt->krb5_fwd_ccache);
 	if (problem)
diff --git a/auth.h b/auth.h
index 34afdb4..0be1f88 100644
--- a/auth.h
+++ b/auth.h
@@ -123,8 +123,8 @@
 
 #include "auth-pam.h"
 
-void  do_authentication(Authctxt *);
-void  do_authentication2(Authctxt *);
+void	do_authentication(Authctxt *);
+void	do_authentication2(Authctxt *);
 
 void	auth_log(Authctxt *, int, char *, char *);
 void	userauth_finish(Authctxt *, int, char *);