pespin has submitted this change. ( https://gerrit.osmocom.org/c/osmo-mgw/+/39182?usp=email )
Change subject: cosmetic: mgw: Fix indentation whitespace ......................................................................
cosmetic: mgw: Fix indentation whitespace
Change-Id: Ic5b267108b5c5cba064ddddbe688705f9dc29ac8 --- M src/libosmo-mgcp/mgcp_protocol.c 1 file changed, 1 insertion(+), 1 deletion(-)
Approvals: laforge: Looks good to me, approved Jenkins Builder: Verified fixeria: Looks good to me, approved
diff --git a/src/libosmo-mgcp/mgcp_protocol.c b/src/libosmo-mgcp/mgcp_protocol.c index 2f16794..47fa30b 100644 --- a/src/libosmo-mgcp/mgcp_protocol.c +++ b/src/libosmo-mgcp/mgcp_protocol.c @@ -1147,7 +1147,7 @@ const char *local_options = NULL; const char *mode = NULL; struct mgcp_conn_rtp *conn = NULL; - const char *conn_id = NULL; + const char *conn_id = NULL; int remote_osmux_cid = -2; int rc;