fix indention with spaces in powerpc asm
[oweals/musl.git] / src / time / strptime.c
index 4c0bb26ca4a1409d284458bc6a7358159ff7bf41..0f66e6c65498fad6c682a315d3bf65a289eb998f 100644 (file)
@@ -7,7 +7,7 @@
 #include <string.h>
 #include <strings.h>
 
-char *strptime(const char *s, const char *f, struct tm *tm)
+char *strptime(const char *restrict s, const char *restrict f, struct tm *restrict tm)
 {
        int i, w, neg, adj, min, range, *dest;
        const char *ex;