fix indention with spaces in powerpc asm
[oweals/musl.git] / src / time / strftime.c
index f1b9463114281a6a792f2247cd351fa647a7ad94..b69a83a4aeec0db37dbc17dc5fa42a2ad4b86df3 100644 (file)
@@ -8,7 +8,7 @@
 
 const char *__langinfo(nl_item);
 
-size_t strftime(char *s, size_t n, const char *f, const struct tm *tm)
+size_t strftime(char *restrict s, size_t n, const char *restrict f, const struct tm *restrict tm)
 {
        nl_item item;
        int val;