fix indention with spaces in powerpc asm
[oweals/musl.git] / src / stdio / snprintf.c
index 4071c2f62510d38203f2da5357971705c509eb4e..771503b284eba969c9f26e0e05416be0083e429d 100644 (file)
@@ -1,7 +1,7 @@
 #include <stdio.h>
 #include <stdarg.h>
 
-int snprintf(char *s, size_t n, const char *fmt, ...)
+int snprintf(char *restrict s, size_t n, const char *restrict fmt, ...)
 {
        int ret;
        va_list ap;