fix indention with spaces in powerpc asm
[oweals/musl.git] / src / stdio / vwscanf.c
index 86da04572c225ac60084fb4f215a0d9393659351..9297cf0d9455c183ee42fdb5d9c23f0081361fc9 100644 (file)
@@ -2,7 +2,7 @@
 #include <stdarg.h>
 #include <wchar.h>
 
-int vwscanf(const wchar_t *fmt, va_list ap)
+int vwscanf(const wchar_t *restrict fmt, va_list ap)
 {
        return vfwscanf(stdin, fmt, ap);
 }