ruby-changes:26692
From: nobu <ko1@a...>
Date: Wed, 9 Jan 2013 03:48:59 +0900 (JST)
Subject: [ruby-changes:26692] nobu:r38743 (trunk): compile.c: adjust indent
nobu 2013-01-09 03:47:05 +0900 (Wed, 09 Jan 2013) New Revision: 38743 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=38743 Log: compile.c: adjust indent * compile.c (iseq_compile_each): adjust indent. Modified files: trunk/compile.c Index: compile.c =================================================================== --- compile.c (revision 38742) +++ compile.c (revision 38743) @@ -5011,7 +5011,7 @@ iseq_compile_each(rb_iseq_t *iseq, LINK_ https://github.com/ruby/ruby/blob/trunk/compile.c#L5011 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) { -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/