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

index 93ac196..6cd21bc 100644 (file)
@@ -917,8 +917,8 @@ static struct gss_eap_sm eapGssInitiatorSm[] = {
     {
         ITOK_TYPE_ACCEPTOR_NAME_RESP,
         ITOK_TYPE_ACCEPTOR_NAME_REQ,
-        GSSEAP_STATE_INITIAL | GSSEAP_STATE_AUTHENTICATE
-       | GSSEAP_STATE_ACCEPTOR_EXTS ,
+        GSSEAP_STATE_INITIAL | GSSEAP_STATE_AUTHENTICATE |
+        GSSEAP_STATE_ACCEPTOR_EXTS,
         0,
         eapGssSmInitAcceptorName
     },