ikev2: better packet parsing functions
[vpp.git] / src / plugins / ikev2 / ikev2.h
index d435179..36ac85a 100644 (file)
@@ -45,13 +45,14 @@ typedef CLIB_PACKED (struct {
 /* *INDENT-ON* */
 
 /* *INDENT-OFF* */
-typedef CLIB_PACKED (struct
-                    {
-                    u8 nextpayload;
-                    u8 flags;
-                    u16 length;
-                    u16 dh_group;
-                    u8 reserved[2]; u8 payload[0];}) ike_ke_payload_header_t;
+typedef CLIB_PACKED (struct {
+  u8 nextpayload;
+  u8 flags;
+  u16 length;
+  u16 dh_group;
+  u8 reserved[2];
+  u8 payload[0];
+}) ike_ke_payload_header_t;
 /* *INDENT-ON* */
 
 /* *INDENT-OFF* */