mncc_builtin: cosmetic: fix coding style in int_mncc_recv()

Change-Id: Iffef3c094a5d030663d312a379e846a8eb917942
This commit is contained in:
Vadim Yanitskiy 2020-08-22 17:47:54 +07:00 committed by laforge
parent 667d5e0b95
commit 880a69391d
1 changed files with 1 additions and 1 deletions

View File

@ -303,7 +303,7 @@ int int_mncc_recv(struct gsm_network *net, struct msgb *msg)
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;