fix indention with spaces in powerpc asm
[oweals/musl.git] / src / time / wcsftime.c
index 7db76922adf3ac97f62c915ecd6366352a476e60..da6c1f8a5e90f42b7ab2e10b8e1cdc11cd5f3088 100644 (file)
@@ -2,7 +2,7 @@
 #include <time.h>
 #include <string.h>
 
-size_t wcsftime(wchar_t *wcs, size_t n, const wchar_t *f, const struct tm *tm)
+size_t wcsftime(wchar_t *restrict wcs, size_t n, const wchar_t *restrict f, const struct tm *restrict tm)
 {
        size_t k, n0=n;
        char out[100], in[4];