]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - android-sdk/platform-bionic.git/blobdiff - libc/stdlib/wchar.c
merge from open-source master
[android-sdk/platform-bionic.git] / libc / stdlib / wchar.c
index 7722b34e2b0499cd64b7c29c780f6fd1fc946c95..02947d44e6f1baf32b221d5defae231c72856561 100644 (file)
@@ -397,7 +397,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)