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@53549 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
be897c2507
commit
72fa5a8ee5
1 changed files with 1 additions and 1 deletions
2
string.c
2
string.c
|
@ -5658,7 +5658,7 @@ static VALUE
|
|||
rb_str_casemap(VALUE source, OnigCaseFoldType *flags, rb_encoding *enc)
|
||||
{
|
||||
VALUE target;
|
||||
|
||||
|
||||
OnigUChar *source_current, *source_end;
|
||||
int target_length = 0;
|
||||
mapping_buffer pre_buffer, /* only next pointer used */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue