summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/spintrcritical08
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/spintrcritical08
parentWhitespace removal. (diff)
downloadrtems-b1274bd94c94520ed9402f85c949976d7008093e.tar.bz2
Whitespace removal.
Diffstat (limited to 'testsuites/sptests/spintrcritical08')
-rw-r--r--testsuites/sptests/spintrcritical08/init.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuites/sptests/spintrcritical08/init.c b/testsuites/sptests/spintrcritical08/init.c
index d7071ebddb..66c2875c6e 100644
--- a/testsuites/sptests/spintrcritical08/init.c
+++ b/testsuites/sptests/spintrcritical08/init.c
@@ -23,7 +23,7 @@ rtems_rate_monotonic_period_states getState(void)
Rate_monotonic_Control *period;
period = (Rate_monotonic_Control *)_Objects_Get(
- &_Rate_monotonic_Information, Period, &location );
+ &_Rate_monotonic_Information, Period, &location );
if ( location != OBJECTS_LOCAL ) {
puts( "Bad object lookup" );
rtems_test_exit(0);
@@ -79,7 +79,7 @@ rtems_task Init(
if ( case_hit ) {
puts( "Init - It appears the case has been hit" );
puts( "*** END OF TEST INTERRUPT CRITICAL SECTION 08 ***" );
- } else
+ } else
puts( "Init - Case not hit - ran too long" );
rtems_test_exit(0);
}