unexpand
diff --git a/auth-krb5.c b/auth-krb5.c
index 76c2419..308a6d5 100644
--- a/auth-krb5.c
+++ b/auth-krb5.c
@@ -323,7 +323,7 @@
 	
 	if (!krb5_kuserok(authctxt->krb5_ctx, authctxt->krb5_user, 
 			  authctxt->pw->pw_name)) {
-	 	problem = -1;
+		problem = -1;
 		goto out;
 	}