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/string/strcpy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/libc/string/strcpy.c') diff --git a/lib/libc/string/strcpy.c b/lib/libc/string/strcpy.c index 56bc1a87561b..630ae23e799c 100644 --- a/lib/libc/string/strcpy.c +++ b/lib/libc/string/strcpy.c @@ -40,7 +40,7 @@ __FBSDID("$FreeBSD$"); #include char * -strcpy(char *__restrict to, const char *__restrict from) +strcpy(char * __restrict to, const char * __restrict from) { char *save = to; -- cgit v1.3