From b1274bd94c94520ed9402f85c949976d7008093e Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Mon, 30 Nov 2009 03:33:25 +0000 Subject: Whitespace removal. --- testsuites/sptests/spintrcritical09/init.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'testsuites/sptests/spintrcritical09') diff --git a/testsuites/sptests/spintrcritical09/init.c b/testsuites/sptests/spintrcritical09/init.c index 93fd7e9529..7ac6e1f1e7 100644 --- a/testsuites/sptests/spintrcritical09/init.c +++ b/testsuites/sptests/spintrcritical09/init.c @@ -23,7 +23,7 @@ Thread_blocking_operation_States getState(void) Semaphore_Control *sem; sem = (Semaphore_Control *)_Objects_Get( - &_Semaphore_Information, Semaphore, &location ); + &_Semaphore_Information, Semaphore, &location ); if ( location != OBJECTS_LOCAL ) { puts( "Bad object lookup" ); rtems_test_exit(0); @@ -79,7 +79,7 @@ rtems_task Init( if ( case_hit ) { puts( "Init - It appears the case has been hit" ); puts( "*** END OF TEST INTERRUPT CRITICAL SECTION 09 ***" ); - } else + } else puts( "Init - Case not hit - ran too long" ); rtems_test_exit(0); -- cgit v1.2.3