1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* remove trailing spaces.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55625 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
svn 2016-07-10 08:05:40 +00:00
parent 3a2553c356
commit 40a34feb4c

View file

@ -252,7 +252,7 @@ case_map (OnigCaseFoldType* flagP, const OnigUChar** pp,
flags |= ONIGENC_CASE_MODIFIED;
if (code>=0xA0 && code<=0xBF) {
if (code==0xBD)
code += 0x02;
code += 0x02;
else
code += 0x10;
}