Merge branch 'master' into tlv-mic
[moonshot.git] / mech_eap / util_sm.c
index 5d03443..3bb28b8 100644 (file)
@@ -125,7 +125,7 @@ recordErrorToken(OM_uint32 *minor,
     errorBuffer.length = sizeof(errorData);
     errorBuffer.value = errorData;
 
-    return gssEapRecordInnerContextToken(minor, ctx, &errorBuffer, 
+    return gssEapRecordInnerContextToken(minor, ctx, &errorBuffer,
                                          ITOK_TYPE_CONTEXT_ERR | ITOK_FLAG_CRITICAL);
 }