summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdtime/strptime.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/stdtime/strptime.c')
-rw-r--r--lib/libc/stdtime/strptime.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/stdtime/strptime.c b/lib/libc/stdtime/strptime.c
index be84482..edb0d3c 100644
--- a/lib/libc/stdtime/strptime.c
+++ b/lib/libc/stdtime/strptime.c
@@ -517,8 +517,8 @@ label:
char *
-strptime(const char *__restrict buf, const char *__restrict fmt,
- struct tm *__restrict tm)
+strptime(const char * __restrict buf, const char * __restrict fmt,
+ struct tm * __restrict tm)
{
char *ret;
OpenPOWER on IntegriCloud