aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Welte <laforge@osmocom.org>2021-01-31 17:20:41 +0100
committerHarald Welte <laforge@osmocom.org>2021-02-01 09:43:13 +0100
commitd0835760641b3d29bf99f5ddbe8403f5e00166fc (patch)
treec29ee1565070932cb735d32c45693d48f47ba74d
parent8669043fe9ac9f9f62e2f8d41dba4eae6f1fc97f (diff)
ns2: cosmetic: fix indent levels
-rw-r--r--src/gb/gprs_ns2_vc_fsm.c8
1 files 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"},