indentation fix
authorLuke Howard <lukeh@padl.com>
Thu, 13 Dec 2012 02:27:39 +0000 (13:27 +1100)
committerLuke Howard <lukeh@padl.com>
Thu, 13 Dec 2012 02:27:39 +0000 (13:27 +1100)
mech_eap/init_sec_context.c

index 2fb682a..d9d81d8 100644 (file)
@@ -589,7 +589,7 @@ eapGssSmInitAcceptorName(OM_uint32 *minor,
             gssEapReleaseName(&tmpMinor, &nameHint);
 
             if (!equal) {
-             *minor = GSSEAP_WRONG_ACCEPTOR_NAME;
+                *minor = GSSEAP_WRONG_ACCEPTOR_NAME;
                 return GSS_S_DEFECTIVE_TOKEN;
             }
         } else {