summaryrefslogtreecommitdiffstats
path: root/vlib-api/vlibsocket/vl_socket_msg_enum.h
diff options
context:
space:
mode:
Diffstat (limited to 'vlib-api/vlibsocket/vl_socket_msg_enum.h')
-rw-r--r--vlib-api/vlibsocket/vl_socket_msg_enum.h15
1 files changed, 12 insertions, 3 deletions
diff --git a/vlib-api/vlibsocket/vl_socket_msg_enum.h b/vlib-api/vlibsocket/vl_socket_msg_enum.h
index 13786a08e04..cdc61a5bcf5 100644
--- a/vlib-api/vlibsocket/vl_socket_msg_enum.h
+++ b/vlib-api/vlibsocket/vl_socket_msg_enum.h
@@ -1,4 +1,4 @@
-/*
+/*
*------------------------------------------------------------------
* vl_msg_enum.h - Our view of how to number API messages
* Clients have their own view, which has to agree with ours.
@@ -24,10 +24,19 @@
#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 <vlibsocket/vl_socket_api_h.h>
} vl_msg_id_t;
#undef vl_msg_id
#endif /* __VL_MSG_ENUM_H__ */
+
+/*
+ * fd.io coding-style-patch-verification: ON
+ *
+ * Local Variables:
+ * eval: (c-set-style "gnu")
+ * End:
+ */