mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
re.c: indent
* re.c (rb_reg_search): adjust indent. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45444 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
d94dcf1e10
commit
6c27d383dd
1 changed files with 1 additions and 1 deletions
2
re.c
2
re.c
|
@ -1467,7 +1467,7 @@ rb_reg_search0(VALUE re, VALUE str, long pos, int reverse, int set_backref_str)
|
|||
long
|
||||
rb_reg_search(VALUE re, VALUE str, long pos, int reverse)
|
||||
{
|
||||
return rb_reg_search0(re, str, pos, reverse, 1);
|
||||
return rb_reg_search0(re, str, pos, reverse, 1);
|
||||
}
|
||||
|
||||
VALUE
|
||||
|
|
Loading…
Reference in a new issue