mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
fixed indent.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31496 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
c1f80caa54
commit
c980b87d07
1 changed files with 2 additions and 2 deletions
|
@ -80,8 +80,8 @@ s3e(VALUE hash, VALUE y, VALUE m, VALUE d, int bc)
|
|||
d = Qnil;
|
||||
}
|
||||
if (!NIL_P(d) && *RSTRING_PTR(d) == '\'') {
|
||||
y = d;
|
||||
d = Qnil;
|
||||
y = d;
|
||||
d = Qnil;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue