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/psxcleanup/psxcleanup.c | 8 ++++---- testsuites/psxtests/psxcleanup/system.h | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'testsuites/psxtests/psxcleanup') diff --git a/testsuites/psxtests/psxcleanup/psxcleanup.c b/testsuites/psxtests/psxcleanup/psxcleanup.c index b1bc0a94f8..9005973a3c 100644 --- a/testsuites/psxtests/psxcleanup/psxcleanup.c +++ b/testsuites/psxtests/psxcleanup/psxcleanup.c @@ -155,7 +155,7 @@ void initialize_lock_t(lock_t *l) { pthread_mutexattr_t mutexattr; /* mutex attributes */ pthread_condattr_t condattr; /* condition attributes */ - + if (pthread_mutexattr_init (&mutexattr) != 0) { perror ("Error in mutex attribute init\n"); } @@ -250,12 +250,12 @@ void *POSIX_Init( sleep(1); /*************** ERROR CASES ***************/ - puts("Call pthread_cleanup_push with NULL handler"); + puts("Call pthread_cleanup_push with NULL handler"); pthread_cleanup_push(NULL, NULL); - puts("Call pthread_cleanup_pop with no push"); + puts("Call pthread_cleanup_pop with no push"); pthread_cleanup_pop(1); - + /*************** END OF TEST *****************/ puts( "*** END OF POSIX CLEANUP TEST ***\n" ); rtems_test_exit(0); diff --git a/testsuites/psxtests/psxcleanup/system.h b/testsuites/psxtests/psxcleanup/system.h index 5baf542c60..183c6db068 100644 --- a/testsuites/psxtests/psxcleanup/system.h +++ b/testsuites/psxtests/psxcleanup/system.h @@ -61,5 +61,5 @@ void *task_c( TEST_EXTERN pthread_t Init_id; TEST_EXTERN pthread_t Task_id; -#undef TEST_EXTERN +#undef TEST_EXTERN /* end of include file */ -- cgit v1.2.3