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@54113 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
00cc59a054
commit
10fa31a603
1 changed files with 1 additions and 1 deletions
|
@ -717,7 +717,7 @@ onigenc_unicode_case_map(OnigCaseFoldType* flagP,
|
||||||
if (flags&OnigCaseFoldFlags(folded->n)&ONIGENC_CASE_SPECIALS) {
|
if (flags&OnigCaseFoldFlags(folded->n)&ONIGENC_CASE_SPECIALS) {
|
||||||
OnigCodePoint *SpecialsStart = CaseMappingSpecials + OnigSpecialIndexDecode(folded->n);
|
OnigCodePoint *SpecialsStart = CaseMappingSpecials + OnigSpecialIndexDecode(folded->n);
|
||||||
int count;
|
int count;
|
||||||
|
|
||||||
if (OnigCaseFoldFlags(folded->n)&ONIGENC_CASE_TITLECASE) {
|
if (OnigCaseFoldFlags(folded->n)&ONIGENC_CASE_TITLECASE) {
|
||||||
if (flags&ONIGENC_CASE_TITLECASE)
|
if (flags&ONIGENC_CASE_TITLECASE)
|
||||||
goto SpecialsCopy;
|
goto SpecialsCopy;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue