aboutsummaryrefslogtreecommitdiffstats
path: root/enc
diff options
context:
space:
mode:
authorsvn <svn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-03-22 12:08:31 +0000
committersvn <svn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-03-22 12:08:31 +0000
commitbc7040ad15a879aa341b3c4bf1ef3538c93919a0 (patch)
tree25250dd1a153e4562fd356a8484f48447a6a6e17 /enc
parent9c84c5e5507aaf739029552e61d602a3ea0ee265 (diff)
downloadruby-bc7040ad15a879aa341b3c4bf1ef3538c93919a0.tar.gz
* remove trailing spaces.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54230 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'enc')
-rwxr-xr-xenc/unicode/case-folding.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/enc/unicode/case-folding.rb b/enc/unicode/case-folding.rb
index 00258cde6a..cade542385 100755
--- a/enc/unicode/case-folding.rb
+++ b/enc/unicode/case-folding.rb
@@ -246,7 +246,7 @@ class CaseMapping
if item.code == item.title
flags += '|IT'
end
-
+
end
unless item.lower.nil? or item.lower==from or item.lower==to
specials << item.lower