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:
parent
1edb021b5c
commit
e2bfb64815
1 changed files with 1 additions and 1 deletions
|
@ -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)) {
|
||||
|
|
Loading…
Reference in a new issue