summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/sp46
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/sp46
parentWhitespace removal. (diff)
downloadrtems-b1274bd94c94520ed9402f85c949976d7008093e.tar.bz2
Whitespace removal.
Diffstat (limited to 'testsuites/sptests/sp46')
-rw-r--r--testsuites/sptests/sp46/init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/sptests/sp46/init.c b/testsuites/sptests/sp46/init.c
index d44d4a5365..870b4080bf 100644
--- a/testsuites/sptests/sp46/init.c
+++ b/testsuites/sptests/sp46/init.c
@@ -42,7 +42,7 @@ rtems_task Periodic_Task(
status = rtems_rate_monotonic_period( period_id, 25 );
directive_failed(status, "rate_monotonic_period");
partial_loop = 0;
-
+
start = rtems_clock_get_ticks_since_boot();
end = start + 5;
while ( end <= rtems_clock_get_ticks_since_boot() )