diff options
author | André Goddard Rosa <andre.goddard@gmail.com> | 2010-01-30 22:28:49 -0200 |
---|---|---|
committer | André Goddard Rosa <andre.goddard@gmail.com> | 2010-01-30 22:28:49 -0200 |
commit | 30a419afc3cdb641e350c7cfde753877675958e0 (patch) | |
tree | b4484c80c91c40584edcba2625c196b36a3bae0c /libc/string/strxfrm.c | |
parent | 8f92500fa93d174d077af28d8af3e3cb732e0aff (diff) | |
download | bionic-30a419afc3cdb641e350c7cfde753877675958e0.zip bionic-30a419afc3cdb641e350c7cfde753877675958e0.tar.gz bionic-30a419afc3cdb641e350c7cfde753877675958e0.tar.bz2 |
improve readability of string: fix indentation and remove trailing spaces
Signed-off-by: André Goddard Rosa <andre.goddard@gmail.com>
Diffstat (limited to 'libc/string/strxfrm.c')
-rwxr-xr-x | libc/string/strxfrm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/string/strxfrm.c b/libc/string/strxfrm.c index f1843b5..3c4d707 100755 --- a/libc/string/strxfrm.c +++ b/libc/string/strxfrm.c @@ -29,7 +29,7 @@ /* * Transform string s2 to string s1 using the current locale so that - * strcmp of transformed strings yields the same result as strcoll. + * strcmp of transformed strings yields the same result as strcoll. * Since Bionic really does not support locales, we assume we always use * the C locale. * |