aboutsummaryrefslogtreecommitdiffstats
path: root/include/openbsc
diff options
context:
space:
mode:
authorHolger Freyther <zecke@selfish.org>2009-06-04 14:15:33 +0000
committerHolger Freyther <zecke@selfish.org>2009-06-04 14:15:33 +0000
commit862cfff60944771cf72e03f0b4e0ad075817fcd4 (patch)
treef56e6010ba8c12b893b8e84ce8ee4567bcd19e77 /include/openbsc
parenteb443983ae8e75932f0215f258f639319b349be4 (diff)
gsm_subscriber.h: Remove trailing whitespace...
Cosmetic changed
Diffstat (limited to 'include/openbsc')
-rw-r--r--include/openbsc/gsm_subscriber.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/openbsc/gsm_subscriber.h b/include/openbsc/gsm_subscriber.h
index 2b2766d43..1798dc651 100644
--- a/include/openbsc/gsm_subscriber.h
+++ b/include/openbsc/gsm_subscriber.h
@@ -20,7 +20,7 @@ struct gsm_subscriber {
char extension[GSM_EXTENSION_LENGTH];
int authorized;
- /* for internal management */
+ /* for internal management */
int use_count;
struct llist_head entry;
struct gsm_bts *current_bts;