mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
compile.c: adjust indent
* compile.c (iseq_compile_each): adjust indent. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38743 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
cbd1f2571a
commit
4ddf057b9a
1 changed files with 1 additions and 1 deletions
|
@ -5011,7 +5011,7 @@ iseq_compile_each(rb_iseq_t *iseq, LINK_ANCHOR *ret, NODE * node, int poped)
|
|||
LABEL *lend = NEW_LABEL(nd_line(node));
|
||||
int ic_index = iseq->ic_size++;
|
||||
|
||||
debugi("colon3#nd_mid", node->nd_mid);
|
||||
debugi("colon3#nd_mid", node->nd_mid);
|
||||
|
||||
/* add cache insn */
|
||||
if (iseq->compile_data->option->inline_const_cache) {
|
||||
|
|
Loading…
Add table
Reference in a new issue