mgcp: Fix the indetion of this code. it should use tabs
diff --git a/openbsc/src/mgcp/mgcp_protocol.c b/openbsc/src/mgcp/mgcp_protocol.c
index 840bc14..c73031c 100644
--- a/openbsc/src/mgcp/mgcp_protocol.c
+++ b/openbsc/src/mgcp/mgcp_protocol.c
@@ -422,7 +422,7 @@
 	}
 
 	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);