aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorPhilipp Maier <pmaier@sysmocom.de>2023-02-24 14:54:00 +0100
committerdexter <pmaier@sysmocom.de>2023-02-28 10:01:50 +0000
commit3632ffe65a081c841912b9020035257102866c2e (patch)
treebbd239edc2aa8a8449d289a93bf4a35891c4f9ad /include
parent88133a746d4edd0fcaf3142c01a46f30298df6d6 (diff)
timeslot_fsm: fix sourcecode indenting
Diffstat (limited to 'include')
-rw-r--r--include/osmocom/bsc/timeslot_fsm.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/osmocom/bsc/timeslot_fsm.h b/include/osmocom/bsc/timeslot_fsm.h
index 526f3cf00..cea1e4c4d 100644
--- a/include/osmocom/bsc/timeslot_fsm.h
+++ b/include/osmocom/bsc/timeslot_fsm.h
@@ -37,9 +37,9 @@ enum ts_fsm_event {
TS_EV_LCHAN_REQUESTED,
TS_EV_LCHAN_UNUSED,
TS_EV_PDCH_ACT_ACK,
- TS_EV_PDCH_ACT_NACK,
- TS_EV_PDCH_DEACT_ACK,
- TS_EV_PDCH_DEACT_NACK,
+ TS_EV_PDCH_ACT_NACK,
+ TS_EV_PDCH_DEACT_ACK,
+ TS_EV_PDCH_DEACT_NACK,
};
void ts_fsm_alloc(struct gsm_bts_trx_ts *ts);