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/stdlib/strtoumax.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/libc/stdlib/strtoumax.c') diff --git a/lib/libc/stdlib/strtoumax.c b/lib/libc/stdlib/strtoumax.c index 07206be28fa3..ddaee5935a4b 100644 --- a/lib/libc/stdlib/strtoumax.c +++ b/lib/libc/stdlib/strtoumax.c @@ -49,7 +49,7 @@ __FBSDID("$FreeBSD$"); * alphabets and digits are each contiguous. */ uintmax_t -strtoumax(const char *__restrict nptr, char **__restrict endptr, int base) +strtoumax(const char * __restrict nptr, char ** __restrict endptr, int base) { const char *s; uintmax_t acc; -- cgit v1.2.3