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/lacp/lacp.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/plugins/lacp/lacp.c') diff --git a/src/plugins/lacp/lacp.c b/src/plugins/lacp/lacp.c index ad7710266f9..ba66f7b245d 100644 --- a/src/plugins/lacp/lacp.c +++ b/src/plugins/lacp/lacp.c @@ -142,7 +142,6 @@ lacp_periodic (vlib_main_t * vm) bond_if_t *bif; u8 actor_state, partner_state; - /* *INDENT-OFF* */ pool_foreach (mif, bm->neighbors) { if (mif->port_enabled == 0) @@ -185,7 +184,6 @@ lacp_periodic (vlib_main_t * vm) mif->partner.state); } } - /* *INDENT-ON* */ } static void @@ -216,12 +214,10 @@ lacp_interface_enable_disable (vlib_main_t * vm, bond_if_t * bif, ASSERT (lm->lacp_int >= 1); if (lm->lacp_int == 0) { - /* *INDENT-OFF* */ ELOG_TYPE_DECLARE (e) = { .format = "lacp-int-en-dis: BUG lacp_int == 0", }; - /* *INDENT-ON* */ ELOG_DATA (&vlib_global_main.elog_main, e); } else @@ -453,12 +449,10 @@ lacp_hw_interface_up_down (vnet_main_t * vnm, u32 hw_if_index, u32 flags) VNET_HW_INTERFACE_LINK_UP_DOWN_FUNCTION (lacp_hw_interface_up_down); -/* *INDENT-OFF* */ VLIB_PLUGIN_REGISTER () = { .version = VPP_BUILD_VER, .description = "Link Aggregation Control Protocol (LACP)", }; -/* *INDENT-ON* */ /* * fd.io coding-style-patch-verification: ON -- cgit 1.2.3-korg