summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxhdrs/time12.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/psxtests/psxhdrs/time12.c')
-rw-r--r--testsuites/psxtests/psxhdrs/time12.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuites/psxtests/psxhdrs/time12.c b/testsuites/psxtests/psxhdrs/time12.c
index 26683b5c5a..8377b2b343 100644
--- a/testsuites/psxtests/psxhdrs/time12.c
+++ b/testsuites/psxtests/psxhdrs/time12.c
@@ -13,12 +13,12 @@
*/
#include <time.h>
-
+
void test( void )
{
time_t time;
struct tm *timestruct_pointer;
struct tm timestruct;
-
+
timestruct_pointer = gmtime_r( &time, &timestruct );
}