From 45fd88877fe91f2d73c971e87e513fb445d502d9 Mon Sep 17 00:00:00 2001 From: nobu Date: Sat, 14 Jan 2012 13:16:29 +0000 Subject: * compile.c (iseq_set_sequence): adjust indent. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34304 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- compile.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'compile.c') diff --git a/compile.c b/compile.c index 7fc14d590f..da8ef32c58 100644 --- a/compile.c +++ b/compile.c @@ -1494,7 +1494,7 @@ iseq_set_sequence(rb_iseq_t *iseq, LINK_ANCHOR *anchor) if (last_line != iobj->line_no) { line_info_table[k].line_no = last_line = iobj->line_no; line_info_table[k].position = pos; - k++; + k++; } pos += len; break; @@ -1527,7 +1527,7 @@ iseq_set_sequence(rb_iseq_t *iseq, LINK_ANCHOR *anchor) if (last_line != (unsigned int)adjust->line_no) { line_info_table[k].line_no = last_line = adjust->line_no; line_info_table[k].position = pos; - k++; + k++; } generated_iseq[pos++] = BIN(adjuststack); generated_iseq[pos++] = orig_sp - sp; @@ -1537,7 +1537,7 @@ iseq_set_sequence(rb_iseq_t *iseq, LINK_ANCHOR *anchor) if (last_line != (unsigned int)adjust->line_no) { line_info_table[k].line_no = last_line = adjust->line_no; line_info_table[k].position = pos; - k++; + k++; } generated_iseq[pos++] = BIN(jump); generated_iseq[pos++] = 0; -- cgit v1.2.3