summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxhdrs/pthread25.c
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2011-10-17 11:40:02 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2011-10-17 11:40:02 +0000
commit7d49b04f11d878c6a55edcc33bfe59a358059c17 (patch)
treed4fe27d018d2d49411d49334365bcdee18406133 /testsuites/psxtests/psxhdrs/pthread25.c
parent2011-10-17 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-7d49b04f11d878c6a55edcc33bfe59a358059c17.tar.bz2
Whitespace fixes.
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;
}