summaryrefslogtreecommitdiffstats
path: root/lib/libc/locale/wcstombs.c
diff options
context:
space:
mode:
authortjr <tjr@FreeBSD.org>2002-09-06 11:24:06 +0000
committertjr <tjr@FreeBSD.org>2002-09-06 11:24:06 +0000
commitcd5ca96599d24e7c9375719e86b16b5d3165e931 (patch)
treeee19d604b38f08d225b97c81a641deba71f33d6b /lib/libc/locale/wcstombs.c
parent97acf1a793f3b9951362d9f3125aa7f36755d083 (diff)
downloadFreeBSD-src-cd5ca96599d24e7c9375719e86b16b5d3165e931.zip
FreeBSD-src-cd5ca96599d24e7c9375719e86b16b5d3165e931.tar.gz
Style: One space between "restrict" qualifier and "*".
Diffstat (limited to 'lib/libc/locale/wcstombs.c')
-rw-r--r--lib/libc/locale/wcstombs.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/locale/wcstombs.c b/lib/libc/locale/wcstombs.c
index 208aac8..25652a8 100644
--- a/lib/libc/locale/wcstombs.c
+++ b/lib/libc/locale/wcstombs.c
@@ -45,8 +45,8 @@ __FBSDID("$FreeBSD$");
size_t
wcstombs(s, pwcs, n)
- char *__restrict s;
- const wchar_t *__restrict pwcs;
+ char * __restrict s;
+ const wchar_t * __restrict pwcs;
size_t n;
{
char buf[MB_LEN_MAX];
OpenPOWER on IntegriCloud