aboutsummaryrefslogtreecommitdiffstats
path: root/src/examples/handoffdemo/handoffdemo.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/examples/handoffdemo/handoffdemo.c')
-rw-r--r--src/examples/handoffdemo/handoffdemo.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/examples/handoffdemo/handoffdemo.c b/src/examples/handoffdemo/handoffdemo.c
index a1dad44d28d..03ebe4226f4 100644
--- a/src/examples/handoffdemo/handoffdemo.c
+++ b/src/examples/handoffdemo/handoffdemo.c
@@ -22,13 +22,11 @@
handoffdemo_main_t handoffdemo_main;
-/* *INDENT-OFF* */
VLIB_PLUGIN_REGISTER () =
{
.version = VPP_BUILD_VER,
.description = "handoff demo plugin",
};
-/* *INDENT-ON* */
/*
* fd.io coding-style-patch-verification: ON