summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/sp11
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/sp11
parentRemove stray white spaces. (diff)
downloadrtems-1b4f2b305c95a832a259e4c4944f1a0981676eba.tar.bz2
Remove stray white spaces.
Diffstat (limited to 'testsuites/sptests/sp11')
-rw-r--r--testsuites/sptests/sp11/system.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/testsuites/sptests/sp11/system.h b/testsuites/sptests/sp11/system.h
index be7b0d82c9..64c4d83168 100644
--- a/testsuites/sptests/sp11/system.h
+++ b/testsuites/sptests/sp11/system.h
@@ -20,45 +20,45 @@
rtems_task Init(
rtems_task_argument argument
);
-
+
rtems_task Task_1(
rtems_task_argument argument
);
-
+
rtems_task Task_2(
rtems_task_argument argument
);
-
+
rtems_timer_service_routine TA1_send_18_to_self_5_seconds(
rtems_id ignored_id,
void *ignored_address
);
-
+
rtems_timer_service_routine TA1_send_8_to_self_60_seconds(
rtems_id ignored_id,
void *ignored_address
);
-
+
rtems_timer_service_routine TA1_send_9_to_self_60_seconds(
rtems_id ignored_id,
void *ignored_address
);
-
+
rtems_timer_service_routine TA1_send_10_to_self(
rtems_id ignored_id,
void *ignored_address
);
-
+
rtems_timer_service_routine TA1_send_1_to_self_every_second(
rtems_id ignored_id,
void *ignored_address
);
-
+
rtems_timer_service_routine TA1_send_11_to_self(
rtems_id ignored_id,
void *ignored_address
);
-
+
rtems_timer_service_routine TA2_send_10_to_self(
rtems_id ignored_id,
void *ignored_address