[MERGED] libosmocore[master]: timer: fixup whitespace issues

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

Harald Welte gerrit-no-reply at lists.osmocom.org
Fri Dec 22 16:30:04 UTC 2017


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 <laforge at gnumonks.org>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder



More information about the gerrit-log mailing list