Coding standards cleanup for vnet/vnet/ip, VPP-255
Change-Id: I12892fa571cc50e0541d6463a8b68e1b618edd9f
Signed-off-by: Dave Barach <dave@barachs.net>
diff --git a/vnet/vnet/ip/udp_packet.h b/vnet/vnet/ip/udp_packet.h
index 21c30c6..beea305 100644
--- a/vnet/vnet/ip/udp_packet.h
+++ b/vnet/vnet/ip/udp_packet.h
@@ -40,7 +40,8 @@
#ifndef included_udp_packet_h
#define included_udp_packet_h
-typedef struct {
+typedef struct
+{
/* Source and destination port. */
u16 src_port, dst_port;
@@ -54,3 +55,11 @@
#endif /* included_udp_packet_h */
+
+/*
+ * fd.io coding-style-patch-verification: ON
+ *
+ * Local Variables:
+ * eval: (c-set-style "gnu")
+ * End:
+ */