dexter submitted this change.
timeslot_fsm: fix sourcecode indenting
Change-Id: I1cfd377cd8014e42aa45f9f0da664598ee88e02d
---
M include/osmocom/bsc/timeslot_fsm.h
1 file changed, 12 insertions(+), 3 deletions(-)
diff --git a/include/osmocom/bsc/timeslot_fsm.h b/include/osmocom/bsc/timeslot_fsm.h
index 526f3cf..cea1e4c 100644
--- a/include/osmocom/bsc/timeslot_fsm.h
+++ b/include/osmocom/bsc/timeslot_fsm.h
@@ -37,9 +37,9 @@
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);
To view, visit change 31498. To unsubscribe, or for help writing mail filters, visit settings.