summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxautoinit02
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/psxautoinit02
parentWhitespace removal. (diff)
downloadrtems-b1274bd94c94520ed9402f85c949976d7008093e.tar.bz2
Whitespace removal.
Diffstat (limited to 'testsuites/psxtests/psxautoinit02')
-rw-r--r--testsuites/psxtests/psxautoinit02/init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/psxtests/psxautoinit02/init.c b/testsuites/psxtests/psxautoinit02/init.c
index 53ec797c00..80af42ed58 100644
--- a/testsuites/psxtests/psxautoinit02/init.c
+++ b/testsuites/psxtests/psxautoinit02/init.c
@@ -32,7 +32,7 @@ void *POSIX_Init(
puts( "Init - pthread_cond_broadcast - auto initialize - EINVAL" );
sc = pthread_cond_broadcast( &cond2 );
fatal_posix_service_status( sc, EINVAL, "cond lock EINVAL" );
-
+
puts( "Init - pthread_cond_destroy - OK" );
sc = pthread_cond_destroy( &cond1 );
fatal_posix_service_status( sc, 0, "cond destroy OK" );