summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/tztest
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2009-11-30 03:33:25 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2009-11-30 03:33:25 +0000
commitb1274bd94c94520ed9402f85c949976d7008093e (patch)
tree6ed7755c34e5fcccbe06ff095017a4399de180ff /testsuites/libtests/tztest
parentWhitespace removal. (diff)
downloadrtems-b1274bd94c94520ed9402f85c949976d7008093e.tar.bz2
Whitespace removal.
Diffstat (limited to 'testsuites/libtests/tztest')
-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" );