fix indention with spaces in powerpc asm
[oweals/musl.git] / src / stdio / sprintf.c
index 6b225409bbd15a3f19fbe10494ae51c56e645c8e..9dff524c0925ed7a6903125cccbd4647b1bcf722 100644 (file)
@@ -1,7 +1,7 @@
 #include <stdio.h>
 #include <stdarg.h>
 
-int sprintf(char *s, const char *fmt, ...)
+int sprintf(char *restrict s, const char *restrict fmt, ...)
 {
        int ret;
        va_list ap;