misc: remove GNU Indent directives
[vpp.git] / src / plugins / dpdk / main.c
index ec0e8fb..4700721 100644 (file)
@@ -87,7 +87,6 @@ static clib_error_t * dpdk_main_init (vlib_main_t * vm)
   return error;
 }
 
-/* *INDENT-OFF* */
 VLIB_INIT_FUNCTION (dpdk_main_init) =
 {
     .runs_after = VLIB_INITS("dpdk_init"),
@@ -97,4 +96,3 @@ VLIB_PLUGIN_REGISTER () = {
     .version = VPP_BUILD_VER,
     .description = "Data Plane Development Kit (DPDK)",
 };
-/* *INDENT-ON* */