summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxhdrs/pthread09.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/pthread09.c
parent2011-10-17 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-7d49b04f11d878c6a55edcc33bfe59a358059c17.tar.bz2
Whitespace fixes.
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 );
}