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-05-22 22:13:13 +0800
commit09f28ea6b3ff5d1929e462674b2fcff51b43b854 (patch)
tree38e6560d6d6ec41ae8355fb1b95e335bd3627211 /openbsc/src/paging.c
parent1884f89d9b1c0c6df20c4e9f3668b212978ce04c (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 d872927d6..a89b13256 100644
--- a/openbsc/src/paging.c
+++ b/openbsc/src/paging.c
@@ -381,7 +381,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);
}