From 8bca8de5cbfb19c5fb655d39dcd383878e2dcb8e Mon Sep 17 00:00:00 2001 From: Daniel Willmann Date: Tue, 3 Nov 2020 21:11:45 +0100 Subject: gbproxy: Whitespace fixes Change-Id: Id70c15050b6314fdcd452e89e358d657e1f86e57 --- src/gbproxy/gb_proxy.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/gbproxy/gb_proxy.c b/src/gbproxy/gb_proxy.c index 542d6d532..2ce746436 100644 --- a/src/gbproxy/gb_proxy.c +++ b/src/gbproxy/gb_proxy.c @@ -77,7 +77,7 @@ static const struct rate_ctr_group_desc global_ctrg_desc = { }; static int gbprox_relay2peer(struct msgb *old_msg, struct gbproxy_peer *peer, - uint16_t ns_bvci); + uint16_t ns_bvci); static int gbprox_relay2sgsn(struct gbproxy_config *cfg, struct msgb *old_msg, uint16_t ns_bvci, uint16_t sgsn_nsei); static void gbproxy_reset_imsi_acquisition(struct gbproxy_link_info* link_info); @@ -804,7 +804,7 @@ static int gbprox_relay2sgsn(struct gbproxy_config *cfg, struct msgb *old_msg, /* feed a message down the NS-VC associated with the specified peer */ static int gbprox_relay2peer(struct msgb *old_msg, struct gbproxy_peer *peer, - uint16_t ns_bvci) + uint16_t ns_bvci) { /* create a copy of the message so the old one can * be free()d safely when we return from gbprox_rcvmsg() */ -- cgit v1.2.3