From 37ada1a5e72da3804ed7375bccf5ed10db2e9572 Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Thu, 13 Sep 2018 16:26:17 +0200 Subject: cosmetic: Remove duplicate semicolon and whitespace Change-Id: Ib36b8937d1210488784ebae6917cb1b4c871c9d4 --- openbsc/src/osmo-bsc_nat/bsc_nat.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'openbsc/src/osmo-bsc_nat/bsc_nat.c') diff --git a/openbsc/src/osmo-bsc_nat/bsc_nat.c b/openbsc/src/osmo-bsc_nat/bsc_nat.c index 45f53bcef..0c91d04a0 100644 --- a/openbsc/src/osmo-bsc_nat/bsc_nat.c +++ b/openbsc/src/osmo-bsc_nat/bsc_nat.c @@ -1208,7 +1208,7 @@ static int forward_sccp_to_msc(struct bsc_connection *bsc, struct msgb *msg, boo } /* hand data to a side channel */ - if (bsc_ussd_check(con, parsed, msg) == 1) + if (bsc_ussd_check(con, parsed, msg) == 1) con->con_local = NAT_CON_END_USSD; /* @@ -1703,7 +1703,7 @@ int main(int argc, char **argv) nat->msc_con->connection_loss = msc_connection_was_lost; nat->msc_con->connected = msc_connection_connected; nat->msc_con->write_queue.read_cb = ipaccess_msc_read_cb; - nat->msc_con->write_queue.write_cb = ipaccess_msc_write_cb;; + nat->msc_con->write_queue.write_cb = ipaccess_msc_write_cb; nat->msc_con->write_queue.bfd.data = nat->msc_con; bsc_msc_connect(nat->msc_con); -- cgit v1.2.3