Fix indenting... use tabs here

This commit is contained in:
Holger Freyther 2008-12-30 19:10:47 +00:00
parent c6ba9c2a97
commit ea889020e2
1 changed files with 4 additions and 4 deletions

View File

@ -362,10 +362,10 @@ static void loc_upd_rej_cb(void *data)
static void schedule_reject(struct gsm_lchan *lchan) static void schedule_reject(struct gsm_lchan *lchan)
{ {
lchan->timer.cb = loc_upd_rej_cb; lchan->timer.cb = loc_upd_rej_cb;
lchan->timer.data = lchan; lchan->timer.data = lchan;
lchan->pending_update_request = 0; lchan->pending_update_request = 0;
schedule_timer(&lchan->timer, 1, 0); schedule_timer(&lchan->timer, 1, 0);
} }
#define MI_SIZE 32 #define MI_SIZE 32