summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxcleanup01/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/psxtests/psxcleanup01/init.c')
-rw-r--r--testsuites/psxtests/psxcleanup01/init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/psxtests/psxcleanup01/init.c b/testsuites/psxtests/psxcleanup01/init.c
index 4225c32d82..309bce7445 100644
--- a/testsuites/psxtests/psxcleanup01/init.c
+++ b/testsuites/psxtests/psxcleanup01/init.c
@@ -31,7 +31,7 @@ void *POSIX_Init(
puts( "Init - pthread_cleanup_pop - do not execute" );
pthread_cleanup_pop(0);
-
+
puts( "*** END OF POSIX CLEANUP TEST 01 ***\n" );
rtems_test_exit(0);
}