Reindent
authorLuke Howard <lukeh@padl.com>
Thu, 18 Apr 2013 22:41:59 +0000 (18:41 -0400)
committerLuke Howard <lukeh@padl.com>
Thu, 18 Apr 2013 22:41:59 +0000 (18:41 -0400)
mech_eap/util_moonshot.c

index b5027fc..3e7d14f 100644 (file)
@@ -157,13 +157,13 @@ libMoonshotResolveInitiatorCred(OM_uint32 *minor,
     MoonshotError *error = NULL;
 
     if (cred->name != GSS_C_NO_NAME) {
-      major = gssEapDisplayName(minor, cred->name, &initiator, NULL);
+        major = gssEapDisplayName(minor, cred->name, &initiator, NULL);
         if (GSS_ERROR(major))
             goto cleanup;
     }
 
     if (targetName != GSS_C_NO_NAME) {
-      major = gssEapDisplayName(minor, targetName, &target, NULL);
+        major = gssEapDisplayName(minor, targetName, &target, NULL);
         if (GSS_ERROR(major))
             goto cleanup;
     }