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/tx_machine.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/plugins/lacp/tx_machine.c') diff --git a/src/plugins/lacp/tx_machine.c b/src/plugins/lacp/tx_machine.c index 1eb3bc1c4b7..c36f44c07ce 100644 --- a/src/plugins/lacp/tx_machine.c +++ b/src/plugins/lacp/tx_machine.c @@ -84,13 +84,11 @@ lacp_tx_debug_func (member_if_t * mif, int event, int state, lacp_fsm_state_t * transition) { vlib_worker_thread_t *w = vlib_worker_threads + os_get_thread_index (); - /* *INDENT-OFF* */ ELOG_TYPE_DECLARE (e) = { .format = "%s", .format_args = "T4", }; - /* *INDENT-ON* */ struct { u32 event; -- cgit 1.2.3-korg