X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=vpp%2Fvpp-api%2Fvpe_msg_enum.h;h=1da3ec0c11fad35a0d3b7a453b4b584c79002cb4;hb=a8d77eda738855480c3028664028c7a448d52424;hp=fa194ee0effe7d63debee411ce4234fb2ff43b29;hpb=310f7fe7a60467569f9d62d97847bc36dd5eb4ca;p=vpp.git diff --git a/vpp/vpp-api/vpe_msg_enum.h b/vpp/vpp-api/vpe_msg_enum.h index fa194ee0eff..1da3ec0c11f 100644 --- a/vpp/vpp-api/vpe_msg_enum.h +++ b/vpp/vpp-api/vpe_msg_enum.h @@ -18,11 +18,20 @@ #include #define vl_msg_id(n,h) n, -typedef enum { - VL_ILLEGAL_MESSAGE_ID=0, +typedef enum +{ + VL_ILLEGAL_MESSAGE_ID = 0, #include - 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: + */