summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/sp28
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/sptests/sp28
parentWhitespace removal. (diff)
downloadrtems-b1274bd94c94520ed9402f85c949976d7008093e.tar.bz2
Whitespace removal.
Diffstat (limited to 'testsuites/sptests/sp28')
-rw-r--r--testsuites/sptests/sp28/init.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/testsuites/sptests/sp28/init.c b/testsuites/sptests/sp28/init.c
index d5c9147665..520ffa4959 100644
--- a/testsuites/sptests/sp28/init.c
+++ b/testsuites/sptests/sp28/init.c
@@ -218,7 +218,7 @@ void test_multiple_taskvars(void)
directive_failed( sc, "get multiple #2" );
sc = rtems_task_variable_get( RTEMS_SELF, (void **)&taskvar1, &value );
directive_failed( sc, "get multiple #2" );
-
+
/*
* Delete task variables in various spots on the chain
*/
@@ -317,7 +317,7 @@ void test_delete_from_other_task(void)
directive_failed( sc, "task start other" );
rtems_task_wake_after( 100 );
-
+
if ( test_dtor_ran != 1 ) {
printf( "Test dtor ran %" PRIu32 " times not 1 times as expected\n", test_dtor_ran );
rtems_test_exit(0);
@@ -364,7 +364,7 @@ void test_delete_as_side_effect(void)
directive_failed( sc, "task start deleter" );
rtems_task_wake_after( 100 );
-
+
if ( test_dtor_ran != 2 ) {
printf( "Test dtor ran %" PRIu32 " times not 2 times as expected\n", test_dtor_ran );
rtems_test_exit(0);