cosmetic: osmux: Fix wrong indentation

Change-Id: I7675d17bb3fc827e05c197104be29eadd8ddf3f2
This commit is contained in:
Pau Espin 2022-09-07 20:04:20 +02:00
parent 479cf76e55
commit a4f783b51b
1 changed files with 1 additions and 1 deletions

View File

@ -290,7 +290,7 @@ static int endp_osmux_state_check(struct mgcp_endpoint *endp, struct mgcp_conn_r
switch(conn->osmux.state) {
case OSMUX_STATE_ACTIVATING:
if (osmux_enable_conn(endp, conn, &conn->end.addr, conn->end.rtp_port) < 0) {
if (osmux_enable_conn(endp, conn, &conn->end.addr, conn->end.rtp_port) < 0) {
LOGPCONN(conn->conn, DLMGCP, LOGL_ERROR,
"Could not enable osmux for conn on %s: %s\n",
sending ? "sent" : "received",