summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxhdrs/pthread25.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/psxtests/psxhdrs/pthread25.c')
-rw-r--r--testsuites/psxtests/psxhdrs/pthread25.c2
1 files changed, 1 insertions, 1 deletions
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;
}