summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/tztest/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/libtests/tztest/init.c')
-rw-r--r--testsuites/libtests/tztest/init.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuites/libtests/tztest/init.c b/testsuites/libtests/tztest/init.c
index 9ccd6d13ce..9b514e7021 100644
--- a/testsuites/libtests/tztest/init.c
+++ b/testsuites/libtests/tztest/init.c
@@ -1,4 +1,4 @@
-/*
+/*
* This routine is the initialization task of test to exercise some
* timezone functionality.
*
@@ -45,7 +45,7 @@ rtems_task Init(
rtems_status_code status;
puts( "\n\n*** TIMEZONE TEST ***" );
-
+
build_time( &time, 3, 14, 2007, 15, 9, 26, 5 );
status = rtems_clock_set( &time );
directive_failed( status, "rtems_clock_set" );