misc: remove GNU Indent directives
Type: refactor Change-Id: I5235bf3e9aff58af6ba2c14e8c6529c4fc9ec86c Signed-off-by: Damjan Marion <damarion@cisco.com>
This commit is contained in:
committed by
Florin Coras
parent
e2ed599331
commit
c3148b1be8
@@ -2372,7 +2372,6 @@ VLIB_NODE_FN (gtpu4_flow_input_node) (vlib_main_t * vm,
|
||||
}
|
||||
|
||||
|
||||
/* *INDENT-OFF* */
|
||||
#ifndef CLIB_MULTIARCH_VARIANT
|
||||
VLIB_REGISTER_NODE (gtpu4_flow_input_node) = {
|
||||
.name = "gtpu4-flow-input",
|
||||
@@ -2393,6 +2392,5 @@ VLIB_REGISTER_NODE (gtpu4_flow_input_node) = {
|
||||
},
|
||||
};
|
||||
#endif
|
||||
/* *INDENT-ON* */
|
||||
|
||||
#endif /* CLIB_MARCH_VARIANT */
|
||||
|
||||
Reference in New Issue
Block a user