pespin has uploaded this change for review. ( 
https://gerrit.osmocom.org/c/osmo-mgw/+/35220?usp=email )


Change subject: cosmetic: Fix line indentation
......................................................................

cosmetic: Fix line indentation

Change-Id: I85e47894aa0ed54dbf22a7a88d8cbeadaad4b248
---
M src/libosmo-mgcp-client/mgcp_client.c
1 file changed, 10 insertions(+), 1 deletion(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-mgw refs/changes/20/35220/1

diff --git a/src/libosmo-mgcp-client/mgcp_client.c 
b/src/libosmo-mgcp-client/mgcp_client.c
index b5897a6..ceb9592 100644
--- a/src/libosmo-mgcp-client/mgcp_client.c
+++ b/src/libosmo-mgcp-client/mgcp_client.c
@@ -1347,7 +1347,7 @@
                for (i = 0; i < mgcp_msg->codecs_len; i++) {
                        /* The following is only applicable for AMR */
                        if (mgcp_msg->codecs[i] != CODEC_AMR_8000_1 && 
mgcp_msg->codecs[i] != CODEC_AMRWB_16000_1)
-                                  continue;
+                               continue;
                        pt = map_codec_to_pt(mgcp_msg->ptmap, 
mgcp_msg->ptmap_len, mgcp_msg->codecs[i]);
                        if (mgcp_msg->param.amr_octet_aligned_present && 
mgcp_msg->param.amr_octet_aligned)
                                MSGB_PRINTF_OR_RET("a=fmtp:%u 
octet-align=1\r\n", pt);

--
To view, visit https://gerrit.osmocom.org/c/osmo-mgw/+/35220?usp=email
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-mgw
Gerrit-Branch: master
Gerrit-Change-Id: I85e47894aa0ed54dbf22a7a88d8cbeadaad4b248
Gerrit-Change-Number: 35220
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <[email protected]>
Gerrit-MessageType: newchange

Reply via email to