misc: remove GNU Indent directives
[vpp.git] / src / plugins / lldp / lldp_api.c
index 6d3f6d7..bb5d1cb 100644 (file)
@@ -178,12 +178,10 @@ VLIB_API_INIT_FUNCTION (lldp_api_hookup);
 #include <vlib/unix/plugin.h>
 #include <vpp/app/version.h>
 
-/* *INDENT-OFF* */
 VLIB_PLUGIN_REGISTER () = {
   .version = VPP_BUILD_VER,
   .description = "Link Layer Discovery Protocol (LLDP)",
 };
-/* *INDENT-ON* */
 
 /*
  * fd.io coding-style-patch-verification: ON