From cc42db82f8d7e8e3e6719b1ae98bf3d48fff4b02 Mon Sep 17 00:00:00 2001 From: Swarup Nayak Date: Wed, 22 Nov 2017 16:41:57 +0530 Subject: VPP-254 Coding standard cleanup - vnet/vnet/hdlc Change-Id: I125b1ca20a5b30d199d4a79ad0034533818a5e9c Signed-off-by: Swarup Nayak --- src/vnet/hdlc/packet.h | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) (limited to 'src/vnet/hdlc/packet.h') diff --git a/src/vnet/hdlc/packet.h b/src/vnet/hdlc/packet.h index 45e5496fbc8..a641cd2edaf 100644 --- a/src/vnet/hdlc/packet.h +++ b/src/vnet/hdlc/packet.h @@ -49,13 +49,15 @@ _ (0x86dd, ip6) \ _ (0xfefe, osi) -typedef enum { +typedef enum +{ #define _(n,f) HDLC_PROTOCOL_##f = n, foreach_hdlc_protocol #undef _ } hdlc_protocol_t; -typedef struct { +typedef struct +{ /* Set to 0x0f for unicast; 0x8f for broadcast. */ u8 address; @@ -70,3 +72,11 @@ typedef struct { } hdlc_header_t; #endif /* included_vnet_hdlc_packet_h */ + +/* + * fd.io coding-style-patch-verification: ON + * + * Local Variables: + * eval: (c-set-style "gnu") + * End: + */ -- cgit 1.2.3-korg