[PATCH] 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 15:48:35 UTC 2017


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 <laforge at gnumonks.org>



More information about the gerrit-log mailing list