Coding standards cleanup for vnet/vnet/ip, VPP-255
[vpp.git] / vnet / vnet / ip / ip6_error.h
index c28cda2..a280716 100644 (file)
   _ (INACL_TABLE_MISS, "input ACL table-miss drops")                    \
   _ (INACL_SESSION_DENY, "input ACL session deny drops")
 
-typedef enum {
+typedef enum
+{
 #define _(sym,str) IP6_ERROR_##sym,
   foreach_ip6_error
 #undef _
-  IP6_N_ERROR,
+    IP6_N_ERROR,
 } ip6_error_t;
 
 #endif /* included_ip_ip6_error_h */
+
+/*
+ * fd.io coding-style-patch-verification: ON
+ *
+ * Local Variables:
+ * eval: (c-set-style "gnu")
+ * End:
+ */