misc: remove GNU Indent directives
[vpp.git] / src / plugins / hs_apps / hs_apps.c
index 5067919..8e99195 100644 (file)
 #include <vnet/plugin/plugin.h>
 #include <vpp/app/version.h>
 
-/* *INDENT-OFF* */
 VLIB_PLUGIN_REGISTER () =
 {
   .version = VPP_BUILD_VER,
   .description = "Host Stack Applications",
 };
-/* *INDENT-ON* */
 
 /*
  * fd.io coding-style-patch-verification: ON