From 8f71a36f710b6196b4854760785c614910da3ff7 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Tue, 20 Apr 2004 07:09:31 +0000 Subject: Remove stray white spaces. --- testsuites/tmitrontests/include/timesys.h | 2 +- testsuites/tmitrontests/tmitronsem01/init.c | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'testsuites/tmitrontests') diff --git a/testsuites/tmitrontests/include/timesys.h b/testsuites/tmitrontests/include/timesys.h index 434e74d29e..5b7645ffbe 100644 --- a/testsuites/tmitrontests/include/timesys.h +++ b/testsuites/tmitrontests/include/timesys.h @@ -19,7 +19,7 @@ * How many times a particular operation is performed while timed. */ -#ifndef OPERATION_COUNT +#ifndef OPERATION_COUNT #define OPERATION_COUNT 100 #endif diff --git a/testsuites/tmitrontests/tmitronsem01/init.c b/testsuites/tmitrontests/tmitronsem01/init.c index e840ab9333..b526419ad9 100644 --- a/testsuites/tmitrontests/tmitronsem01/init.c +++ b/testsuites/tmitrontests/tmitronsem01/init.c @@ -56,7 +56,7 @@ void ITRON_Init( void ) * time one invocation of del_sem */ - Timer_initialize(); + Timer_initialize(); (void) del_sem( 1 ); end_time = Read_timer(); put_time( @@ -107,8 +107,8 @@ void ITRON_Init( void ) /* * time sig_sem (no waiting tasks) */ - - Timer_initialize(); + + Timer_initialize(); for ( index = 1 ; index<=OPERATION_COUNT ; index++ ) (void) sig_sem( 1 ); end_time = Read_timer(); -- cgit v1.2.3