mgcp: Fix the indetion of this code. it should use tabs

This commit is contained in:
Holger Hans Peter Freyther 2010-11-01 19:49:48 +01:00
parent 43eb1a3db0
commit fbca4ea117
1 changed files with 1 additions and 1 deletions

View File

@ -422,7 +422,7 @@ static int allocate_ports(struct mgcp_endpoint *endp)
}
if (endp->cfg->transcoder_ip &&
allocate_port(endp, &endp->transcoder_end, &endp->cfg->transcoder_ports,
allocate_port(endp, &endp->transcoder_end, &endp->cfg->transcoder_ports,
mgcp_bind_transcoder_rtp_port) != 0) {
mgcp_rtp_end_reset(&endp->net_end);
mgcp_rtp_end_reset(&endp->bts_end);