Change in osmo-msc[master]: mncc_builtin: cosmetic: fix coding style in int_mncc_recv()

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

laforge gerrit-no-reply at lists.osmocom.org
Mon Aug 24 07:35:45 UTC 2020


laforge has submitted this change. ( https://gerrit.osmocom.org/c/osmo-msc/+/19796 )

Change subject: mncc_builtin: cosmetic: fix coding style in int_mncc_recv()
......................................................................

mncc_builtin: cosmetic: fix coding style in int_mncc_recv()

Change-Id: Iffef3c094a5d030663d312a379e846a8eb917942
---
M src/libmsc/mncc_builtin.c
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  laforge: Looks good to me, approved
  Jenkins Builder: Verified



diff --git a/src/libmsc/mncc_builtin.c b/src/libmsc/mncc_builtin.c
index da096c6..286fb56 100644
--- a/src/libmsc/mncc_builtin.c
+++ b/src/libmsc/mncc_builtin.c
@@ -303,7 +303,7 @@
 	DEBUGP(DMNCC, "(call %x) Received message %s\n", call->callref,
 		get_mncc_name(msg_type));
 
-	switch(msg_type) {
+	switch (msg_type) {
 	case MNCC_SETUP_IND:
 		rc = mncc_setup_ind(call, arg);
 		break;

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-msc/+/19796
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-msc
Gerrit-Branch: master
Gerrit-Change-Id: Iffef3c094a5d030663d312a379e846a8eb917942
Gerrit-Change-Number: 19796
Gerrit-PatchSet: 2
Gerrit-Owner: fixeria <vyanitskiy at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200824/750df83d/attachment.htm>


More information about the gerrit-log mailing list