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