summaryrefslogtreecommitdiffstats
path: root/vpp/vpp-api/vpe_msg_enum.h
diff options
context:
space:
mode:
Diffstat (limited to 'vpp/vpp-api/vpe_msg_enum.h')
-rw-r--r--vpp/vpp-api/vpe_msg_enum.h15
1 files changed, 12 insertions, 3 deletions
diff --git a/vpp/vpp-api/vpe_msg_enum.h b/vpp/vpp-api/vpe_msg_enum.h
index fa194ee0..1da3ec0c 100644
--- a/vpp/vpp-api/vpe_msg_enum.h
+++ b/vpp/vpp-api/vpe_msg_enum.h
@@ -18,11 +18,20 @@
#include <vppinfra/byte_order.h>
#define vl_msg_id(n,h) n,
-typedef enum {
- VL_ILLEGAL_MESSAGE_ID=0,
+typedef enum
+{
+ VL_ILLEGAL_MESSAGE_ID = 0,
#include <vpp-api/vpe_all_api_h.h>
- VL_MSG_FIRST_AVAILABLE,
+ VL_MSG_FIRST_AVAILABLE,
} vl_msg_id_t;
#undef vl_msg_id
#endif /* included_vpe_msg_enum_h */
+
+/*
+ * fd.io coding-style-patch-verification: ON
+ *
+ * Local Variables:
+ * eval: (c-set-style "gnu")
+ * End:
+ */