summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxkey02
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2009-11-30 03:33:25 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2009-11-30 03:33:25 +0000
commitb1274bd94c94520ed9402f85c949976d7008093e (patch)
tree6ed7755c34e5fcccbe06ff095017a4399de180ff /testsuites/psxtests/psxkey02
parentWhitespace removal. (diff)
downloadrtems-b1274bd94c94520ed9402f85c949976d7008093e.tar.bz2
Whitespace removal.
Diffstat (limited to 'testsuites/psxtests/psxkey02')
-rw-r--r--testsuites/psxtests/psxkey02/init.c6
1 files changed, 3 insertions, 3 deletions
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 */