mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* compile.c (iseq_set_sequence): adjust indent.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34304 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
e72ae8cc0f
commit
45fd88877f
1 changed files with 3 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue