cleanup
authorLuke Howard <lukeh@padl.com>
Sat, 11 Sep 2010 16:33:55 +0000 (18:33 +0200)
committerLuke Howard <lukeh@padl.com>
Sat, 11 Sep 2010 16:33:55 +0000 (18:33 +0200)
mech_eap/util_radius.c

index 0c9c6e3..cb1934c 100644 (file)
@@ -57,7 +57,8 @@ OM_uint32
 radiusGetAttributeTypes(OM_uint32 *minor,
                         const struct eap_gss_avp_list *avps,
                         void *data,
-                        OM_uint32 (*addAttribute)(OM_uint32 *, void *, gss_buffer_t))
+                        OM_uint32 (*addAttribute)(OM_uint32 *,
+                                                  void *, gss_buffer_t))
 {
     GSSEAP_NOT_IMPLEMENTED;
 }