From f989f1d224ba0edf65b1bd409e41b22c40d9eeb2 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 3 Jan 2011 01:59:22 +0000 Subject: 2011-01-02 Joel Sherrill * psx05/init.c: Spacing. --- testsuites/psxtests/psx05/init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testsuites/psxtests/psx05') diff --git a/testsuites/psxtests/psx05/init.c b/testsuites/psxtests/psx05/init.c index 70e2187828..4afe734bb1 100644 --- a/testsuites/psxtests/psx05/init.c +++ b/testsuites/psxtests/psx05/init.c @@ -432,7 +432,7 @@ void *POSIX_Init( status = pthread_mutex_timedlock( &Mutex_id, × ); if ( status != ETIMEDOUT ) printf( "status = %d\n", status ); - rtems_test_assert( status == ETIMEDOUT ); + rtems_test_assert( status == ETIMEDOUT ); /* switch to idle */ -- cgit v1.2.3