ruby-changes:54458
From: svn <ko1@a...>
Date: Tue, 1 Jan 2019 10:47:21 +0900 (JST)
Subject: [ruby-changes:54458] svn:r66673 (trunk): * expand tabs.
svn 2019-01-01 10:47:17 +0900 (Tue, 01 Jan 2019) New Revision: 66673 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=66673 Log: * expand tabs. Modified files: trunk/compile.c Index: compile.c =================================================================== --- compile.c (revision 66672) +++ compile.c (revision 66673) @@ -7462,7 +7462,7 @@ iseq_compile_each0(rb_iseq_t *iseq, LINK https://github.com/ruby/ruby/blob/trunk/compile.c#L7462 DECL_ANCHOR(args); unsigned int flag = 0; ID mid = node->nd_mid; - LABEL *lskip = 0; + LABEL *lskip = 0; VALUE argc; /* optimization shortcut @@ -7503,8 +7503,8 @@ iseq_compile_each0(rb_iseq_t *iseq, LINK https://github.com/ruby/ruby/blob/trunk/compile.c#L7503 /* safe nav attr */ mid = rb_id_attrset(mid); ADD_INSN(recv, line, dup); - lskip = NEW_LABEL(line); - ADD_INSNL(recv, line, branchnil, lskip); + lskip = NEW_LABEL(line); + ADD_INSNL(recv, line, branchnil, lskip); } if (!popped) { ADD_INSN(ret, line, putnil); @@ -7536,7 +7536,7 @@ iseq_compile_each0(rb_iseq_t *iseq, LINK https://github.com/ruby/ruby/blob/trunk/compile.c#L7536 ADD_SEQ(ret, args); } ADD_SEND_WITH_FLAG(ret, line, mid, argc, INT2FIX(flag)); - if (lskip) ADD_LABEL(ret, lskip); + if (lskip) ADD_LABEL(ret, lskip); ADD_INSN(ret, line, pop); break; -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/