summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxtime/test.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/psxtests/psxtime/test.c')
-rw-r--r--testsuites/psxtests/psxtime/test.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuites/psxtests/psxtime/test.c b/testsuites/psxtests/psxtime/test.c
index c3b5ec6fc8..6fa484cd58 100644
--- a/testsuites/psxtests/psxtime/test.c
+++ b/testsuites/psxtests/psxtime/test.c
@@ -58,7 +58,7 @@ void check_a_tod(
print_time( "rtems_clock_set ", the_tod, "\n" );
status = rtems_clock_set( the_tod );
assert( !status );
-
+
do {
status = rtems_clock_get( RTEMS_CLOCK_GET_TOD, &new_tod );
assert( !status );
@@ -69,7 +69,7 @@ void check_a_tod(
assert( result == 0 );
a_time_t = tv.tv_sec; /* ctime() takes a time_t */
printf( "gettimeofday: %s", ctime( &a_time_t) );
-
+
a_time_t = time( 0 );
printf( "time: %s", ctime( &a_time_t ) );