summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxhdrs/time10.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/psxtests/psxhdrs/time10.c')
-rw-r--r--testsuites/psxtests/psxhdrs/time10.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuites/psxtests/psxhdrs/time10.c b/testsuites/psxtests/psxhdrs/time10.c
index 75325851dd..f4b5edf41c 100644
--- a/testsuites/psxtests/psxhdrs/time10.c
+++ b/testsuites/psxtests/psxhdrs/time10.c
@@ -13,12 +13,12 @@
*/
#include <time.h>
-
+
void test( void )
{
char *buffer_pointer;
struct tm timestruct;
char buffer[ 80 ];
-
+
buffer_pointer = asctime_r( &timestruct, buffer );
}