From 9612fcb955762b01370482c2b9bc6819140de79b Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Tue, 19 Feb 2019 11:43:35 +0100 Subject: gprs_ns.c: cosmetic whitespace fixes Change-Id: Ic19f65bdc5527ad5a69d0a92320ce5f672bf4d2b --- src/gb/gprs_ns.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/gb/gprs_ns.c b/src/gb/gprs_ns.c index 5c756947..47c25290 100644 --- a/src/gb/gprs_ns.c +++ b/src/gb/gprs_ns.c @@ -608,7 +608,7 @@ static void nsvc_start_timer(struct gprs_nsvc *nsvc, enum nsvc_timer_mode mode) DEBUGP(DNS, "NSEI=%u Starting timer in mode %s (%u seconds)\n", nsvc->nsei, get_value_string(timer_mode_strs, mode), seconds); - + if (osmo_timer_pending(&nsvc->timer)) osmo_timer_del(&nsvc->timer); @@ -636,7 +636,7 @@ static void gprs_ns_timer_cb(void *data) DEBUGP(DNS, "NSEI=%u Timer expired in mode %s (%u seconds)\n", nsvc->nsei, get_value_string(timer_mode_strs, nsvc->timer_mode), seconds); - + switch (nsvc->timer_mode) { case NSVC_TIMER_TNS_ALIVE: /* Tns-alive case: we expired without response ! */ -- cgit v1.2.3