gsm_subscriber.h: Remove trailing whitespace...

Cosmetic changed
This commit is contained in:
Holger Freyther 2009-06-04 14:15:33 +00:00
parent eb443983ae
commit 862cfff609
1 changed files with 1 additions and 1 deletions

View File

@ -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;