From a89e163e4c2567bfec85fad3a599691bc59dc6de Mon Sep 17 00:00:00 2001 From: Philipp Maier Date: Thu, 23 Nov 2017 11:35:24 +0100 Subject: cosmetic: correct sourcecode formatting add missing line break Change-Id: Ia117e4099046fefcf35ccb94400554062e667869 --- src/osmo-bsc/osmo_bsc_mgcp.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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), -- cgit v1.2.3