From dacdda304b8a7a2a10bc03ae36b1d75b728ba149 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Tue, 24 May 2011 02:44:58 +0000 Subject: Remove white-spaces. --- cpukit/score/src/rbtree.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/score/src/rbtree.c') diff --git a/cpukit/score/src/rbtree.c b/cpukit/score/src/rbtree.c index 2c1035b3dc..7eac52777c 100644 --- a/cpukit/score/src/rbtree.c +++ b/cpukit/score/src/rbtree.c @@ -47,7 +47,7 @@ void _RBTree_Initialize( /* could do sanity checks here */ _RBTree_Initialize_empty(the_rbtree); - + count = number_nodes; next = starting_address; while ( count-- ) { -- cgit v1.2.3