From 1b4f2b305c95a832a259e4c4944f1a0981676eba Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Fri, 16 Apr 2004 09:24:30 +0000 Subject: Remove stray white spaces. --- testsuites/itrontests/itrontask01/init.c | 6 +++--- testsuites/itrontests/itrontask01/task1.c | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'testsuites/itrontests/itrontask01') 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 ) { -- cgit v1.2.3