mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* numeric.c (do_coerce): fix comment and adjust indent
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38762 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
4707fdea01
commit
8307cb90a0
1 changed files with 2 additions and 2 deletions
|
@ -225,8 +225,8 @@ do_coerce(VALUE *x, VALUE *y, int err)
|
|||
RSTRING_PTR(v):
|
||||
rb_obj_classname(*y),
|
||||
rb_obj_classname(*x));
|
||||
}
|
||||
return FALSE; /* dummy */
|
||||
}
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
if (!RB_TYPE_P(ary, T_ARRAY) || RARRAY_LEN(ary) != 2) {
|
||||
|
|
Loading…
Reference in a new issue