From 4ddf057b9aace467b707347209bb572ea2643c32 Mon Sep 17 00:00:00 2001 From: nobu Date: Tue, 8 Jan 2013 18:47:05 +0000 Subject: 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 --- compile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compile.c') diff --git a/compile.c b/compile.c index 35feaa3122..21bb780ddb 100644 --- a/compile.c +++ b/compile.c @@ -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) { -- cgit v1.2.3