summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/sp04
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/sp04
parentRemove stray white spaces. (diff)
downloadrtems-1b4f2b305c95a832a259e4c4944f1a0981676eba.tar.bz2
Remove stray white spaces.
Diffstat (limited to 'testsuites/sptests/sp04')
-rw-r--r--testsuites/sptests/sp04/system.h12
-rw-r--r--testsuites/sptests/sp04/tswitch.c2
2 files changed, 7 insertions, 7 deletions
diff --git a/testsuites/sptests/sp04/system.h b/testsuites/sptests/sp04/system.h
index 534c987d6c..a932108d6d 100644
--- a/testsuites/sptests/sp04/system.h
+++ b/testsuites/sptests/sp04/system.h
@@ -24,15 +24,15 @@ rtems_task Init(
rtems_task Task_1(
rtems_task_argument argument
);
-
+
rtems_task Task_2(
rtems_task_argument argument
);
-
+
rtems_task Task_3(
rtems_task_argument argument
);
-
+
void Task_switch(
rtems_tcb *unused,
rtems_tcb *heir
@@ -60,10 +60,10 @@ TEST_EXTERN rtems_name Task_name[ 4 ]; /* array of task names */
TEST_EXTERN rtems_id Extension_id[ 4 ];
TEST_EXTERN rtems_name Extension_name[ 4 ]; /* array of task names */
-
+
/* array of task run counts */
-TEST_EXTERN volatile uint32_t Run_count[ 4 ];
-
+TEST_EXTERN volatile uint32_t Run_count[ 4 ];
+
/*
* Keep track of task switches
*/
diff --git a/testsuites/sptests/sp04/tswitch.c b/testsuites/sptests/sp04/tswitch.c
index 3be8f0e295..79cda908fe 100644
--- a/testsuites/sptests/sp04/tswitch.c
+++ b/testsuites/sptests/sp04/tswitch.c
@@ -26,7 +26,7 @@ struct taskSwitchLog taskSwitchLog[1000];
int taskSwitchLogIndex;
volatile int testsFinished;
-rtems_extension Task_switch(
+rtems_extension Task_switch(
rtems_tcb *unused,
rtems_tcb *heir
)