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/psxtests/psxkey02/init.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'testsuites/psxtests/psxkey02') diff --git a/testsuites/psxtests/psxkey02/init.c b/testsuites/psxtests/psxkey02/init.c index c0b9dc1867..246e1d18f2 100644 --- a/testsuites/psxtests/psxkey02/init.c +++ b/testsuites/psxtests/psxkey02/init.c @@ -27,7 +27,7 @@ void *POSIX_Init( void *alloced; puts( "\n\n*** TEST KEY 02 ***" ); - + puts( "Init - rtems_workspace_get_information - OK" ); sb = rtems_workspace_get_information( &start ); assert( sb ); @@ -63,10 +63,10 @@ void *POSIX_Init( puts( "Init - pthread_key_create - ENOMEM" ); while (1) { - + sb = rtems_workspace_allocate( to_alloc, &alloced ); assert( sb ); - + sc = pthread_key_create( &key, NULL ); /* free the memory we snagged, then check the status */ -- cgit v1.2.3