fix indentation
authorLuke Howard <lukeh@padl.com>
Wed, 19 Sep 2012 12:06:02 +0000 (22:06 +1000)
committerLuke Howard <lukeh@padl.com>
Wed, 19 Sep 2012 12:06:02 +0000 (22:06 +1000)
mech_eap/init_sec_context.c

index 650a518..93ac196 100644 (file)
@@ -577,7 +577,7 @@ eapGssSmInitAcceptorName(OM_uint32 *minor,
         if (ctx->acceptorName != GSS_C_NO_NAME) {
             /* verify name hint matched asserted acceptor name  */
             major = gssEapCompareName(minor, nameHint,
-                                     ctx->acceptorName, &equal);
+                                      ctx->acceptorName, &equal);
             if (GSS_ERROR(major)) {
                 gss_release_name(&tmpMinor, &nameHint);
                 return major;