summaryrefslogtreecommitdiffstats
path: root/vnet/vnet/ip/udp_packet.h
diff options
context:
space:
mode:
Diffstat (limited to 'vnet/vnet/ip/udp_packet.h')
-rw-r--r--vnet/vnet/ip/udp_packet.h11
1 files changed, 10 insertions, 1 deletions
diff --git a/vnet/vnet/ip/udp_packet.h b/vnet/vnet/ip/udp_packet.h
index 21c30c6eb71..beea3059246 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 @@ typedef struct {
#endif /* included_udp_packet_h */
+
+/*
+ * fd.io coding-style-patch-verification: ON
+ *
+ * Local Variables:
+ * eval: (c-set-style "gnu")
+ * End:
+ */