summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--testsuites/psxtests/psxhdrs/pthread09.c2
-rw-r--r--testsuites/psxtests/psxhdrs/pthread25.c2
2 files changed, 2 insertions, 2 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 );
}
diff --git a/testsuites/psxtests/psxhdrs/pthread25.c b/testsuites/psxtests/psxhdrs/pthread25.c
index bb0a69278d..c16a53a393 100644
--- a/testsuites/psxtests/psxhdrs/pthread25.c
+++ b/testsuites/psxtests/psxhdrs/pthread25.c
@@ -36,6 +36,6 @@ int test( void )
int result;
result = pthread_attr_getstackaddr( &attribute, &stackaddr );
-
+
return result;
}