aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bsc/nm_gprs_nsvc_fsm.c
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2022-05-04 17:44:10 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2022-05-05 14:51:13 +0200
commit7cedfd4a4478028743404ef59b93162772e1cf0d (patch)
tree6d5cbe69356cc482acb7dec827f885a818a24e13 /src/osmo-bsc/nm_gprs_nsvc_fsm.c
parent633523167d5db37ca93d7dcec7cd5ce4ca2755a3 (diff)
cosmetic: Fix open brace in same line as func definition
Diffstat (limited to 'src/osmo-bsc/nm_gprs_nsvc_fsm.c')
-rw-r--r--src/osmo-bsc/nm_gprs_nsvc_fsm.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/osmo-bsc/nm_gprs_nsvc_fsm.c b/src/osmo-bsc/nm_gprs_nsvc_fsm.c
index b11c2a639..081134108 100644
--- a/src/osmo-bsc/nm_gprs_nsvc_fsm.c
+++ b/src/osmo-bsc/nm_gprs_nsvc_fsm.c
@@ -90,7 +90,8 @@ static void st_op_disabled_notinstalled(struct osmo_fsm_inst *fi, uint32_t event
}
}
-static void configure_loop(struct gsm_gprs_nsvc *nsvc, struct gsm_nm_state *state, bool allow_opstart) {
+static void configure_loop(struct gsm_gprs_nsvc *nsvc, struct gsm_nm_state *state, bool allow_opstart)
+{
struct msgb *msgb;
if (nsvc->bts->gprs.mode == BTS_GPRS_NONE)