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/itrontime01/init.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'testsuites/itrontests/itrontime01') diff --git a/testsuites/itrontests/itrontime01/init.c b/testsuites/itrontests/itrontime01/init.c index 6ef807889f..0cc9e75ce5 100644 --- a/testsuites/itrontests/itrontime01/init.c +++ b/testsuites/itrontests/itrontime01/init.c @@ -27,10 +27,10 @@ /* * get the current time in second since epoch (1970), change it since 1985, - * compute the time in millisecond + * compute the time in millisecond * */ - + int time_sec_epoch( void ) { int s_time,t_time,r_time; @@ -47,7 +47,7 @@ printf( "Time from 1985: %d\n", r_time ); printf("milliseconds: %ld\n",m_sec); return 0; -} +} -- cgit v1.2.3