From 7d49b04f11d878c6a55edcc33bfe59a358059c17 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Mon, 17 Oct 2011 11:40:02 +0000 Subject: Whitespace fixes. --- testsuites/psxtests/psxhdrs/pthread09.c | 2 +- testsuites/psxtests/psxhdrs/pthread25.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'testsuites') 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; } -- cgit v1.2.3