cosmetic: Fix line indentation

Change-Id: I85e47894aa0ed54dbf22a7a88d8cbeadaad4b248
This commit is contained in:
Pau Espin 2023-12-05 13:35:41 +01:00
parent a7e6fbc220
commit f6db465082
1 changed files with 1 additions and 1 deletions

View File

@ -1347,7 +1347,7 @@ static int add_sdp(struct msgb *msg, struct mgcp_msg *mgcp_msg, struct mgcp_clie
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);