aboutsummaryrefslogtreecommitdiffstats
path: root/src/timer.c
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2017-11-20 20:22:22 +0100
committerHarald Welte <laforge@gnumonks.org>2017-12-22 16:48:14 +0100
commitaafc27ce37337bdca4a8e9db4e186b808585070a (patch)
treeab2e05aafb759de234f31db5a504219e28baff54 /src/timer.c
parent074478dc619a75dc29c78b9b148d960c4605d99c (diff)
timer: fixup whitespace issues
Diffstat (limited to 'src/timer.c')
-rw-r--r--src/timer.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/timer.c b/src/timer.c
index 9ec7a005..02160a10 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