timer: fixup whitespace issues

Change-Id: Ic0c8fc407a45ff4b0d3da1d3e4fdf8885b5bca9b
This commit is contained in:
Harald Welte 2017-11-20 20:22:22 +01:00
parent 074478dc61
commit aafc27ce37
1 changed files with 3 additions and 3 deletions

View File

@ -60,10 +60,10 @@ static void __add_timer(struct osmo_timer_list *timer)
new = &((*new)->rb_left);
else
new = &((*new)->rb_right);
}
}
rb_link_node(&timer->node, parent, new);
rb_insert_color(&timer->node, &timer_root);
rb_link_node(&timer->node, parent, new);
rb_insert_color(&timer->node, &timer_root);
}
/*! set up timer callback and data