summaryrefslogtreecommitdiffstats
path: root/testsuites/itrontests/itrontime01
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/itrontime01
parentRemove stray white spaces. (diff)
downloadrtems-1b4f2b305c95a832a259e4c4944f1a0981676eba.tar.bz2
Remove stray white spaces.
Diffstat (limited to 'testsuites/itrontests/itrontime01')
-rw-r--r--testsuites/itrontests/itrontime01/init.c6
1 files changed, 3 insertions, 3 deletions
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;
-}
+}