Vadim Yanitskiy has uploaded this change for review. (
https://gerrit.osmocom.org/13718
Change subject: src/hlr.c: fix coding style of subscr_create_on_demand()
......................................................................
src/hlr.c: fix coding style of subscr_create_on_demand()
Change-Id: I1b9aa628e16e20d823eda2098a77c624bc934e11
---
M src/hlr.c
1 file changed, 2 insertions(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-hlr refs/changes/18/13718/1
diff --git a/src/hlr.c b/src/hlr.c
index ef93d7f..7facef7 100644
--- a/src/hlr.c
+++ b/src/hlr.c
@@ -148,7 +148,8 @@
}
}
-static void subscr_create_on_demand(const char *imsi) {
+static void subscr_create_on_demand(const char *imsi)
+{
int rc;
if (!g_hlr->create_subscr_on_demand)
--
To view, visit https://gerrit.osmocom.org/13718
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-hlr
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I1b9aa628e16e20d823eda2098a77c624bc934e11
Gerrit-Change-Number: 13718
Gerrit-PatchSet: 1
Gerrit-Owner: Vadim Yanitskiy <[email protected]>