Harald Welte has submitted this change and it was merged.

Change subject: timer: fixup whitespace issues
......................................................................


timer: fixup whitespace issues

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

Approvals:
  Harald Welte: Looks good to me, approved
  Jenkins Builder: Verified



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: merged
Gerrit-Change-Id: Ic0c8fc407a45ff4b0d3da1d3e4fdf8885b5bca9b
Gerrit-PatchSet: 1
Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Owner: Harald Welte <[email protected]>
Gerrit-Reviewer: Harald Welte <[email protected]>
Gerrit-Reviewer: Jenkins Builder

Reply via email to