summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxcleanup
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2009-11-30 03:33:25 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2009-11-30 03:33:25 +0000
commitb1274bd94c94520ed9402f85c949976d7008093e (patch)
tree6ed7755c34e5fcccbe06ff095017a4399de180ff /testsuites/psxtests/psxcleanup
parentWhitespace removal. (diff)
downloadrtems-b1274bd94c94520ed9402f85c949976d7008093e.tar.bz2
Whitespace removal.
Diffstat (limited to 'testsuites/psxtests/psxcleanup')
-rw-r--r--testsuites/psxtests/psxcleanup/psxcleanup.c8
-rw-r--r--testsuites/psxtests/psxcleanup/system.h2
2 files changed, 5 insertions, 5 deletions
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 */