From b1274bd94c94520ed9402f85c949976d7008093e Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Mon, 30 Nov 2009 03:33:25 +0000 Subject: Whitespace removal. --- testsuites/psxtests/psxsignal03/init.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'testsuites/psxtests/psxsignal03') diff --git a/testsuites/psxtests/psxsignal03/init.c b/testsuites/psxtests/psxsignal03/init.c index 38b69ce8dc..c2ff91047a 100644 --- a/testsuites/psxtests/psxsignal03/init.c +++ b/testsuites/psxtests/psxsignal03/init.c @@ -109,7 +109,7 @@ void *Test_Thread(void *arg) /* unblocked signals */ sc = pthread_sigmask( SIG_UNBLOCK, &mask, NULL ); assert( !sc ); - + /* build wait mask */ sc = sigemptyset( &wait_mask ); assert( !sc ); @@ -127,8 +127,8 @@ void *Test_Thread(void *arg) printf( "%s - siginfo.si_signo=%d\n", name, info.si_signo ); printf( "%s - siginfo.si_code=%d\n", name, info.si_code ); /* FIXME: Instead of casting to (uintptr_t) and using PRIxPTR, we - * likely should use %p. However, this would render this test's - * behavior non-deterministic, because %p's behavior is + * likely should use %p. However, this would render this test's + * behavior non-deterministic, because %p's behavior is * "implementation defined" */ printf( "%s - siginfo.si_value=0x%08" PRIxPTR "\n", name, (uintptr_t) info.si_value.sival_ptr ); -- cgit v1.2.3