VPP-327 Coding standards cleanup for vppinfra
[vpp.git] / vppinfra / vppinfra / mod_test_hash.c
index dd13055..b3fa676 100644 (file)
 #include <vppinfra/linux_kernel_init.h>
 #include <vppinfra/hash.h>
 
-CLIB_LINUX_KERNEL_MODULE ("test_hash",
-                         test_hash_main,
+CLIB_LINUX_KERNEL_MODULE ("test_hash", test_hash_main,
                          /* kernel-thread flags */ 0 & CLONE_KERNEL);
+
+/*
+ * fd.io coding-style-patch-verification: ON
+ *
+ * Local Variables:
+ * eval: (c-set-style "gnu")
+ * End:
+ */