summaryrefslogtreecommitdiffstats
path: root/vlib-api/vlibmemory/vl_memory_msg_enum.h
diff options
context:
space:
mode:
authorDave Barach <dave@barachs.net>2016-07-08 09:38:52 -0400
committerDamjan Marion <dmarion.lists@gmail.com>2016-07-08 15:11:40 +0000
commit371e4e19d1db9ed0113d0db7b2f3651e4fce855f (patch)
tree4a38ebcf6322a1fa71a16dfe19eaab01ed83184e /vlib-api/vlibmemory/vl_memory_msg_enum.h
parent9b8ffd99fb35d37250cfb7094a0a31515f1bb577 (diff)
fd-io-styleify pass
Change-Id: I72d0dff064162d11321257c858f68da1ba79ea48 Signed-off-by: Dave Barach <dave@barachs.net>
Diffstat (limited to 'vlib-api/vlibmemory/vl_memory_msg_enum.h')
-rw-r--r--vlib-api/vlibmemory/vl_memory_msg_enum.h15
1 files changed, 12 insertions, 3 deletions
diff --git a/vlib-api/vlibmemory/vl_memory_msg_enum.h b/vlib-api/vlibmemory/vl_memory_msg_enum.h
index 262a54323dc..974c0c21409 100644
--- a/vlib-api/vlibmemory/vl_memory_msg_enum.h
+++ b/vlib-api/vlibmemory/vl_memory_msg_enum.h
@@ -1,4 +1,4 @@
-/*
+/*
*------------------------------------------------------------------
* vl_memory_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 <vlibmemory/vl_memory_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:
+ */