summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxhdrs/pthread09.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/psxtests/psxhdrs/pthread09.c')
-rw-r--r--testsuites/psxtests/psxhdrs/pthread09.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/psxtests/psxhdrs/pthread09.c b/testsuites/psxtests/psxhdrs/pthread09.c
index a4a88326e4..4a1c2a876f 100644
--- a/testsuites/psxtests/psxhdrs/pthread09.c
+++ b/testsuites/psxtests/psxhdrs/pthread09.c
@@ -29,6 +29,6 @@ int test( void )
pthread_t self;
self = pthread_self();
-
+
return ( self != 0 );
}