about summary refs log tree commit diff
path: root/libidn/nfkc.c
diff options
context:
space:
mode:
authorOndrej Bilka <neleai@seznam.cz>2013-06-11 08:54:35 +0200
committerOndrej Bilka <neleai@seznam.cz>2013-06-11 08:54:35 +0200
commita214aecf82a90b06d5587458c0d2d4f1c3ba8002 (patch)
treef6f74d87295b6f5cf36527333ab318ceffb73357 /libidn/nfkc.c
parent89fb6835583088059b8d8987c86caac33e37e5ea (diff)
downloadglibc-a214aecf82a90b06d5587458c0d2d4f1c3ba8002.tar.gz
glibc-a214aecf82a90b06d5587458c0d2d4f1c3ba8002.tar.xz
glibc-a214aecf82a90b06d5587458c0d2d4f1c3ba8002.zip
Fix-trailing-whitespaces-in-libidn.
Diffstat (limited to 'libidn/nfkc.c')
-rw-r--r--libidn/nfkc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libidn/nfkc.c b/libidn/nfkc.c
index 6d4a88b63b..f3e41d038b 100644
--- a/libidn/nfkc.c
+++ b/libidn/nfkc.c
@@ -526,7 +526,7 @@ err_out:
  * @string: a UCS-4 encoded string.
  * @len: the maximum length of @string to use.
  *
- * Computes the canonical ordering of a string in-place. 
+ * Computes the canonical ordering of a string in-place.
  * This rearranges decomposed characters in the string
  * according to their combining classes.  See the Unicode
  * manual for more information.