VPP-252 Coding standards cleanup - vnet/vnet/flow
[vpp.git] / src / vnet / flow / ipfix_info_elements.h
index 1403db4..ee6f538 100644 (file)
@@ -421,10 +421,19 @@ _(pseudoWireDestinationIPv4Address, 432, ip4_address_t)                 \
 _(ignoredLayer2FrameTotalCount, 433, u64)                               \
 _(natQuotaExceededEvent, 466, u32)
 
-typedef enum {
+typedef enum
+{
 #define _(n,v,t) n = v,
   foreach_ipfix_info_element_t
 #undef _
 } ipfix_info_element_id_t;
 
 #endif /* __included_ipfix_info_elements_h__ */
+
+/*
+ * fd.io coding-style-patch-verification: ON
+ *
+ * Local Variables:
+ * eval: (c-set-style "gnu")
+ * End:
+ */