aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2018-09-13 16:26:17 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2018-09-13 16:26:17 +0200
commit37ada1a5e72da3804ed7375bccf5ed10db2e9572 (patch)
treeb6d3ee35242b5fe501178beacd8b8d925d1fc118 /openbsc
parent6a9a88e816421ac3d8facded54fc079c586ced21 (diff)
cosmetic: Remove duplicate semicolon and whitespace
Diffstat (limited to 'openbsc')
-rw-r--r--openbsc/src/osmo-bsc_nat/bsc_nat.c4
1 files changed, 2 insertions, 2 deletions
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);