aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp Maier <pmaier@sysmocom.de>2017-11-23 11:35:24 +0100
committerPhilipp Maier <pmaier@sysmocom.de>2017-12-01 13:36:30 +0100
commita89e163e4c2567bfec85fad3a599691bc59dc6de (patch)
treeee36000f95e4ae00b5ad406a22602966e7e0cbf2
parente941f88ea15ea374a72930fbdf1da10c73ea27d6 (diff)
cosmetic: correct sourcecode formatting
add missing line break Change-Id: Ia117e4099046fefcf35ccb94400554062e667869
-rw-r--r--src/osmo-bsc/osmo_bsc_mgcp.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/osmo-bsc/osmo_bsc_mgcp.c b/src/osmo-bsc/osmo_bsc_mgcp.c
index 0c5d86be1..023a3dc6d 100644
--- a/src/osmo-bsc/osmo_bsc_mgcp.c
+++ b/src/osmo-bsc/osmo_bsc_mgcp.c
@@ -693,7 +693,8 @@ static void handle_handover(struct mgcp_ctx *mgcp_ctx)
.verb = MGCP_VERB_MDCX,
.presence = (MGCP_MSG_PRESENCE_ENDPOINT | MGCP_MSG_PRESENCE_CALL_ID | MGCP_MSG_PRESENCE_CONN_ID |
MGCP_MSG_PRESENCE_CONN_MODE | MGCP_MSG_PRESENCE_AUDIO_IP |
- MGCP_MSG_PRESENCE_AUDIO_PORT),.call_id = conn->conn_id,
+ MGCP_MSG_PRESENCE_AUDIO_PORT),
+ .call_id = conn->conn_id,
.conn_id = mgcp_ctx->conn_id_bts,
.conn_mode = MGCP_CONN_RECV_SEND,
.audio_ip = inet_ntoa(addr),