From aafc27ce37337bdca4a8e9db4e186b808585070a Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Mon, 20 Nov 2017 20:22:22 +0100 Subject: [PATCH] timer: fixup whitespace issues Change-Id: Ic0c8fc407a45ff4b0d3da1d3e4fdf8885b5bca9b --- src/timer.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/timer.c b/src/timer.c index 9ec7a0053..02160a103 100644 --- a/src/timer.c +++ b/src/timer.c @@ -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