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