aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/paging.c
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-04-30 13:32:05 +0800
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-04-30 13:34:15 +0800
commita581136f73e16592b33f726464518803ea45bd72 (patch)
tree0123f4faef2d85248b826ab3788a30112cf04e0e /openbsc/src/paging.c
parenta4b446b4596a243363b386ca8f26b63d0fb005dc (diff)
[misc] Remove spaces, fix indention.
Diffstat (limited to 'openbsc/src/paging.c')
-rw-r--r--openbsc/src/paging.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/src/paging.c b/openbsc/src/paging.c
index 314d3d135..12ed90341 100644
--- a/openbsc/src/paging.c
+++ b/openbsc/src/paging.c
@@ -318,7 +318,7 @@ void paging_request_stop(struct gsm_bts *_bts, struct gsm_subscriber *subscr,
break;
/* Stop paging */
- if (bts != _bts)
+ if (bts != _bts)
_paging_request_stop(bts, subscr, NULL);
} while (1);
}