From d0835760641b3d29bf99f5ddbe8403f5e00166fc Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Sun, 31 Jan 2021 17:20:41 +0100 Subject: ns2: cosmetic: fix indent levels Change-Id: Ifcb0d5ddf824cd876de91afca1021aeb4f6c3e8b --- src/gb/gprs_ns2_vc_fsm.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/gb/gprs_ns2_vc_fsm.c b/src/gb/gprs_ns2_vc_fsm.c index 839bf6f1..a6e49e6a 100644 --- a/src/gb/gprs_ns2_vc_fsm.c +++ b/src/gb/gprs_ns2_vc_fsm.c @@ -122,17 +122,17 @@ enum gprs_ns2_vc_event { }; static const struct value_string ns2_vc_event_names[] = { - { GPRS_NS2_EV_REQ_START, "START" }, + { GPRS_NS2_EV_REQ_START, "START" }, { GPRS_NS2_EV_RX_RESET, "RESET" }, { GPRS_NS2_EV_RX_RESET_ACK, "RESET_ACK" }, - { GPRS_NS2_EV_RX_UNBLOCK, "UNBLOCK" }, + { GPRS_NS2_EV_RX_UNBLOCK, "UNBLOCK" }, { GPRS_NS2_EV_RX_UNBLOCK_ACK, "UNBLOCK_ACK" }, { GPRS_NS2_EV_RX_BLOCK, "BLOCK" }, { GPRS_NS2_EV_RX_BLOCK_ACK, "BLOCK_ACK" }, { GPRS_NS2_EV_RX_ALIVE, "ALIVE" }, { GPRS_NS2_EV_RX_ALIVE_ACK, "ALIVE_ACK" }, - { GPRS_NS2_EV_RX_STATUS, "STATUS" }, - { GPRS_NS2_EV_RX_UNITDATA, "UNITDATA" }, + { GPRS_NS2_EV_RX_STATUS, "STATUS" }, + { GPRS_NS2_EV_RX_UNITDATA, "UNITDATA" }, { GPRS_NS2_EV_REQ_FORCE_UNCONFIGURED, "FORCE_UNCONFIGURED" }, { GPRS_NS2_EV_REQ_OM_BLOCK, "REQ-O&M-BLOCK"}, { GPRS_NS2_EV_REQ_OM_UNBLOCK, "REQ-O&M-UNBLOCK"}, -- cgit v1.2.3