fix indention with spaces in powerpc asm
[oweals/musl.git] / src / stdio / setvbuf.c
index 6dea0ebf558c4076b95798c449a8b79994109d2a..541a125ff124b1c1b5aa15949f0890a3d12c6f6b 100644 (file)
@@ -9,7 +9,7 @@
  * In the case of stderr where the preexisting buffer is length 1, it
  * is not possible to set line buffering or full buffering. */
 
-int setvbuf(FILE *f, char *buf, int type, size_t size)
+int setvbuf(FILE *restrict f, char *restrict buf, int type, size_t size)
 {
        f->lbf = EOF;