aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2019-02-19 11:43:35 +0100
committerHarald Welte <laforge@gnumonks.org>2019-02-19 23:45:10 +0100
commit9612fcb955762b01370482c2b9bc6819140de79b (patch)
tree61afe72011aea9e53367a984d6c29c2f36b0d4c0 /src
parent4091f929a1aee009218ec36259cb78b2d7c6460d (diff)
gprs_ns.c: cosmetic whitespace fixes
Diffstat (limited to 'src')
-rw-r--r--src/gb/gprs_ns.c4
1 files changed, 2 insertions, 2 deletions
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 ! */