From e734769276045c0cb89d4620fdd4ef35a0e6c335 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Goddard=20Rosa?= Date: Fri, 5 Feb 2010 18:32:52 -0200 Subject: improve readability of stdlib: fix indentation and remove trailing spaces MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: André Goddard Rosa Change-Id: I7dd90a0816b5376ffc1de4499d56935e0bd574a1 --- libc/stdlib/wchar.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/stdlib/wchar.c') diff --git a/libc/stdlib/wchar.c b/libc/stdlib/wchar.c index d805333..0bbdaa9 100644 --- a/libc/stdlib/wchar.c +++ b/libc/stdlib/wchar.c @@ -387,7 +387,7 @@ size_t wcsxfrm(wchar_t *ws1, const wchar_t *ws2, size_t n) int wctob(wint_t c) { - return c; + return c; } wctype_t wctype(const char *property) -- cgit v1.1