libmsc/ran_conn.c: cosmetic: use tabs instead of N * 8 spaces

Change-Id: I09515aea9da8e2b5836c5c6409f094fae05633d4
This commit is contained in:
Vadim Yanitskiy 2019-01-25 19:37:59 +07:00
parent e4574f09d0
commit ce9e1f664e
1 changed files with 1 additions and 1 deletions

View File

@ -442,7 +442,7 @@ static const struct osmo_fsm_state ran_conn_fsm_states[] = {
/* allow everything to release for any odd behavior */
.in_event_mask = S(RAN_CONN_E_COMPLETE_LAYER_3) |
S(RAN_CONN_E_COMMUNICATING) |
S(RAN_CONN_E_RELEASE_WHEN_UNUSED) |
S(RAN_CONN_E_RELEASE_WHEN_UNUSED) |
S(RAN_CONN_E_ACCEPTED) |
S(RAN_CONN_E_MO_CLOSE) |
S(RAN_CONN_E_CN_CLOSE) |