mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
stripped trailing spaces.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22552 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
624d07b0e4
commit
12d2c8ba41
43 changed files with 848 additions and 850 deletions
|
@ -3962,7 +3962,6 @@ iseq_compile_each(rb_iseq_t *iseq, LINK_ANCHOR *ret, NODE * node, int poped)
|
||||||
VALUE label;
|
VALUE label;
|
||||||
VALUE label_sym;
|
VALUE label_sym;
|
||||||
|
|
||||||
|
|
||||||
CONST_ID(goto_id, "__goto__");
|
CONST_ID(goto_id, "__goto__");
|
||||||
CONST_ID(label_id, "__label__");
|
CONST_ID(label_id, "__label__");
|
||||||
|
|
||||||
|
|
|
@ -216,7 +216,6 @@ rb_call0(VALUE klass, VALUE recv, ID mid, int argc, const VALUE *argv,
|
||||||
scope == 2 ? NOEX_VCALL : 0);
|
scope == 2 ? NOEX_VCALL : 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
if (mid != idMethodMissing) {
|
if (mid != idMethodMissing) {
|
||||||
/* receiver specified form for private method */
|
/* receiver specified form for private method */
|
||||||
if (UNLIKELY(noex)) {
|
if (UNLIKELY(noex)) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue