summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxhdrs/key03.c
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2011-10-17 09:59:03 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2011-10-17 09:59:03 +0000
commitf7870bfbfc44b73b466ea50387ce33170395202a (patch)
tree63b2e49aff7966c1b9be5bbc4f6a4c30fbdce450 /testsuites/psxtests/psxhdrs/key03.c
parent2011-10-17 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-f7870bfbfc44b73b466ea50387ce33170395202a.tar.bz2
Remove whitespaces.
Diffstat (limited to 'testsuites/psxtests/psxhdrs/key03.c')
-rw-r--r--testsuites/psxtests/psxhdrs/key03.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/psxtests/psxhdrs/key03.c b/testsuites/psxtests/psxhdrs/key03.c
index 55f62ccc22..9b971e24a1 100644
--- a/testsuites/psxtests/psxhdrs/key03.c
+++ b/testsuites/psxtests/psxhdrs/key03.c
@@ -32,6 +32,6 @@ int test( void )
key = 0;
value = pthread_getspecific( key );
-
+
return (value != 0);
}