aboutsummaryrefslogtreecommitdiffstats
path: root/vnet/vnet/global_funcs.h
diff options
context:
space:
mode:
Diffstat (limited to 'vnet/vnet/global_funcs.h')
-rw-r--r--vnet/vnet/global_funcs.h10
1 files changed, 9 insertions, 1 deletions
diff --git a/vnet/vnet/global_funcs.h b/vnet/vnet/global_funcs.h
index 3958d88f..92a5c04d 100644
--- a/vnet/vnet/global_funcs.h
+++ b/vnet/vnet/global_funcs.h
@@ -19,6 +19,14 @@
#ifndef included_vnet_global_funcs_h_
#define included_vnet_global_funcs_h_
-vnet_main_t * vnet_get_main (void);
+vnet_main_t *vnet_get_main (void);
#endif /* included_vnet_global_funcs_h_ */
+
+/*
+ * fd.io coding-style-patch-verification: ON
+ *
+ * Local Variables:
+ * eval: (c-set-style "gnu")
+ * End:
+ */