From c3148b1be8f519c80c4417c21b978dfef72b351b Mon Sep 17 00:00:00 2001 From: Damjan Marion Date: Tue, 12 Mar 2024 17:42:49 +0100 Subject: misc: remove GNU Indent directives Type: refactor Change-Id: I5235bf3e9aff58af6ba2c14e8c6529c4fc9ec86c Signed-off-by: Damjan Marion --- src/plugins/l3xc/l3xc_node.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/plugins/l3xc/l3xc_node.c') diff --git a/src/plugins/l3xc/l3xc_node.c b/src/plugins/l3xc/l3xc_node.c index 62db8c328b0..0f79bebeff9 100644 --- a/src/plugins/l3xc/l3xc_node.c +++ b/src/plugins/l3xc/l3xc_node.c @@ -199,7 +199,6 @@ static char *l3xc_error_strings[] = { #undef l3xc_error }; -/* *INDENT-OFF* */ VLIB_REGISTER_NODE (l3xc_ip4_node) = { .function = l3xc_input_ip4, @@ -245,7 +244,6 @@ VNET_FEATURE_INIT (l3xc_ip6_feat, static) = .node_name = "l3xc-input-ip6", .runs_after = VNET_FEATURES ("acl-plugin-in-ip6-fa"), }; -/* *INDENT-ON* */ /* * fd.io coding-style-patch-verification: ON -- cgit 1.2.3-korg