From 58d38e25205c6ee5ef0796ffa2cd8e2ca6c6e7f3 Mon Sep 17 00:00:00 2001 From: "Tim J. Robbins" Date: Fri, 6 Sep 2002 11:24:06 +0000 Subject: Style: One space between "restrict" qualifier and "*". --- lib/libc/stdio/setvbuf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/libc/stdio/setvbuf.c') diff --git a/lib/libc/stdio/setvbuf.c b/lib/libc/stdio/setvbuf.c index 8be8ff61a033..7ab91e501454 100644 --- a/lib/libc/stdio/setvbuf.c +++ b/lib/libc/stdio/setvbuf.c @@ -52,7 +52,7 @@ __FBSDID("$FreeBSD$"); * a buffer. */ int -setvbuf(FILE *__restrict fp, char *__restrict buf, int mode, size_t size) +setvbuf(FILE * __restrict fp, char * __restrict buf, int mode, size_t size) { int ret, flags; size_t iosize; -- cgit v1.2.3