aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/osmo-bsc/osmo_bsc_sccp.c
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2016-09-28 08:20:58 +0800
committerHarald Welte <laforge@gnumonks.org>2016-09-28 00:47:28 +0000
commit7e5bb6283dbfe9c44d5be85b2cd04675153c011e (patch)
treefe3d235cbae5557c1849824aa08347755dca505e /openbsc/src/osmo-bsc/osmo_bsc_sccp.c
parent3ea9fece6dab31a8dc8f1bf9badad9bb80149fbd (diff)
COSMETIC: 'if' is not a function, so there is space before '('
Diffstat (limited to 'openbsc/src/osmo-bsc/osmo_bsc_sccp.c')
-rw-r--r--openbsc/src/osmo-bsc/osmo_bsc_sccp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/src/osmo-bsc/osmo_bsc_sccp.c b/openbsc/src/osmo-bsc/osmo_bsc_sccp.c
index 33c737f52..86b27be72 100644
--- a/openbsc/src/osmo-bsc/osmo_bsc_sccp.c
+++ b/openbsc/src/osmo-bsc/osmo_bsc_sccp.c
@@ -80,7 +80,7 @@ static void msc_outgoing_sccp_state(struct sccp_connection *conn, int old_state)
if (conn->connection_state >= SCCP_CONNECTION_STATE_RELEASE_COMPLETE) {
con_data = (struct osmo_bsc_sccp_con *) conn->data_ctx;
- if(con_data->conn) {
+ if (con_data->conn) {
LOGP(DMSC, LOGL_ERROR,
"ERROR: The lchan is still associated.\n");
gsm0808_clear(con_data->conn);