summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/sp31
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-04-16 09:24:30 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-04-16 09:24:30 +0000
commit1b4f2b305c95a832a259e4c4944f1a0981676eba (patch)
tree1ee56809b12a03ba53d630f5483a48387f72b74a /testsuites/sptests/sp31
parentRemove stray white spaces. (diff)
downloadrtems-1b4f2b305c95a832a259e4c4944f1a0981676eba.tar.bz2
Remove stray white spaces.
Diffstat (limited to 'testsuites/sptests/sp31')
-rw-r--r--testsuites/sptests/sp31/system.h6
-rw-r--r--testsuites/sptests/sp31/task1.c10
2 files changed, 8 insertions, 8 deletions
diff --git a/testsuites/sptests/sp31/system.h b/testsuites/sptests/sp31/system.h
index a8dfe71e22..840dc34b91 100644
--- a/testsuites/sptests/sp31/system.h
+++ b/testsuites/sptests/sp31/system.h
@@ -20,14 +20,14 @@
rtems_task Init(
rtems_task_argument argument
);
-
+
rtems_timer_service_routine Delayed_resume(
rtems_id ignored_id,
void *ignored_address
);
-
+
void Print_time( void );
-
+
rtems_task Task_1(
rtems_task_argument argument
);
diff --git a/testsuites/sptests/sp31/task1.c b/testsuites/sptests/sp31/task1.c
index 7a2a9c8255..f7e7d9a3e0 100644
--- a/testsuites/sptests/sp31/task1.c
+++ b/testsuites/sptests/sp31/task1.c
@@ -73,7 +73,7 @@ rtems_task Task_1(
if ( TSR_fired ) {
puts( "TA1 - TSR fired and should not have!" );
- rtems_test_exit(1);
+ rtems_test_exit(1);
}
puts( "TA1 - rtems_timer_cancel - timer 1" );
@@ -84,7 +84,7 @@ rtems_task Task_1(
status = rtems_timer_cancel( tmid2 );
directive_failed( status, "rtems_timer_cancel" );
-
+
/* now check that rescheduling an active timer works OK. */
puts( "TA1 - rtems_timer_server_fire_after - timer 1 in 30 seconds" );
status = rtems_timer_server_fire_after(
@@ -117,7 +117,7 @@ rtems_task Task_1(
info.start_time + info.initial );
printf( "Timer Server scheduled for %d ticks since boot\n",
_Timer_Server->Timer.initial + _Timer_Server->Timer.start_time );
- assert( (info.start_time + info.initial) ==
+ assert( (info.start_time + info.initial) ==
(_Timer_Server->Timer.initial + _Timer_Server->Timer.start_time) );
puts( "TA1 - rtems_task_wake_after - 1 second" );
@@ -135,7 +135,7 @@ rtems_task Task_1(
info.start_time + info.initial );
printf( "Timer Server scheduled for %d ticks since boot\n",
_Timer_Server->Timer.initial + _Timer_Server->Timer.start_time );
- assert( (info.start_time + info.initial) ==
+ assert( (info.start_time + info.initial) ==
(_Timer_Server->Timer.initial + _Timer_Server->Timer.start_time) );
puts( "TA1 - rtems_timer_cancel - timer 1" );
@@ -196,7 +196,7 @@ rtems_task Task_1(
/*
* Reset the time since we do not know how long the user waited
- * before pressing <cr> at the pause. This insures that the
+ * before pressing <cr> at the pause. This insures that the
* actual output matches the screen.
*/