timeslot_fsm: fix sourcecode indenting

Change-Id: I1cfd377cd8014e42aa45f9f0da664598ee88e02d
This commit is contained in:
Philipp Maier 2023-02-24 14:54:00 +01:00 committed by dexter
parent 88133a746d
commit 3632ffe65a
1 changed files with 3 additions and 3 deletions

View File

@ -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);