summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxspin02/test.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/psxtests/psxspin02/test.c')
-rw-r--r--testsuites/psxtests/psxspin02/test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/psxtests/psxspin02/test.c b/testsuites/psxtests/psxspin02/test.c
index 56bb6614f0..827ddbe9c9 100644
--- a/testsuites/psxtests/psxspin02/test.c
+++ b/testsuites/psxtests/psxspin02/test.c
@@ -81,7 +81,7 @@ int main(
assert( rstatus == RTEMS_SUCCESSFUL );
sleep(1);
-
+
puts( "pthread_spin_unlock( &Spinlock ) -- OK" );
status = pthread_spin_unlock( &Spinlock );
assert( status == 0 );