Review at  https://gerrit.osmocom.org/5549

timer: fixup whitespace issues

Change-Id: Ic0c8fc407a45ff4b0d3da1d3e4fdf8885b5bca9b
---
M src/timer.c
1 file changed, 3 insertions(+), 3 deletions(-)


  git pull ssh://gerrit.osmocom.org:29418/libosmocore refs/changes/49/5549/1

diff --git a/src/timer.c b/src/timer.c
index 9ec7a00..02160a1 100644
--- a/src/timer.c
+++ b/src/timer.c
@@ -60,10 +60,10 @@
                        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

-- 
To view, visit https://gerrit.osmocom.org/5549
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ic0c8fc407a45ff4b0d3da1d3e4fdf8885b5bca9b
Gerrit-PatchSet: 1
Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Owner: Harald Welte <[email protected]>

Reply via email to