summaryrefslogtreecommitdiffstats
path: root/testsuites/itrontests/itrontask01
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/itrontests/itrontask01
parentRemove stray white spaces. (diff)
downloadrtems-1b4f2b305c95a832a259e4c4944f1a0981676eba.tar.bz2
Remove stray white spaces.
Diffstat (limited to 'testsuites/itrontests/itrontask01')
-rw-r--r--testsuites/itrontests/itrontask01/init.c6
-rw-r--r--testsuites/itrontests/itrontask01/task1.c2
2 files changed, 4 insertions, 4 deletions
diff --git a/testsuites/itrontests/itrontask01/init.c b/testsuites/itrontests/itrontask01/init.c
index 3748046a6c..a0dca05762 100644
--- a/testsuites/itrontests/itrontask01/init.c
+++ b/testsuites/itrontests/itrontask01/init.c
@@ -42,10 +42,10 @@ void ITRON_Init( void )
pk_ctsk.exinf = NULL;
pk_ctsk.tskatr = TA_HLNG;
- pk_ctsk.itskpri = 1;
+ pk_ctsk.itskpri = 1;
pk_ctsk.task = Task_2_through_4;
- pk_ctsk.stksz = RTEMS_MINIMUM_STACK_SIZE * 2;
+ pk_ctsk.stksz = RTEMS_MINIMUM_STACK_SIZE * 2;
status = cre_tsk( 2, &pk_ctsk );
directive_failed( status, "cre_tsk of TA1" );
@@ -53,7 +53,7 @@ void ITRON_Init( void )
status = cre_tsk( 3, &pk_ctsk );
directive_failed( status, "cre_tsk of TA2" );
- pk_ctsk.stksz = RTEMS_MINIMUM_STACK_SIZE * 3;
+ pk_ctsk.stksz = RTEMS_MINIMUM_STACK_SIZE * 3;
status = cre_tsk( 4, &pk_ctsk );
directive_failed( status, "cre_tsk of TA3" );
diff --git a/testsuites/itrontests/itrontask01/task1.c b/testsuites/itrontests/itrontask01/task1.c
index 220fe415e0..c8f0b54db1 100644
--- a/testsuites/itrontests/itrontask01/task1.c
+++ b/testsuites/itrontests/itrontask01/task1.c
@@ -32,7 +32,7 @@ void Task_2_through_4()
directive_failed( status, "get_tid");
tid_index = tid - 1; /* account for init tasks */
-
+
sprintf(name, "TA%d", tid_index);
while( FOREVER ) {