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@55596 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
svn 2016-07-06 10:54:25 +00:00
parent 1edb021b5c
commit e2bfb64815

View file

@ -267,7 +267,7 @@ case_map (OnigCaseFoldType* flagP, const OnigUChar** pp,
else if(code == 0xA8 || code == 0xAA || code == 0xAC)
code += 0x10;
else
code += 0x20;
code += 0x20;
}
else if ((EncISO_8859_14_CtypeTable[code]&BIT_CTYPE_LOWER)
&& (flags&ONIGENC_CASE_UPCASE)) {