* compile.c: fixed indentation.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@12434 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2007-06-05 04:49:54 +00:00
parent 35eb542588
commit 194a01a484
8 changed files with 36 additions and 34 deletions

View File

@ -1106,7 +1106,8 @@ set_sequence(rb_iseq_t *iseq, LINK_ANCHOR *anchor)
char type = types[j]; char type = types[j];
/* printf("--> [%c - (%d-%d)]\n", type, k, j); */ /* printf("--> [%c - (%d-%d)]\n", type, k, j); */
switch (type) { switch (type) {
case TS_OFFSET:{ case TS_OFFSET:
{
/* label(destination position) */ /* label(destination position) */
lobj = (LABEL *)operands[j]; lobj = (LABEL *)operands[j];
if (lobj->set != Qtrue) { if (lobj->set != Qtrue) {
@ -1119,7 +1120,8 @@ set_sequence(rb_iseq_t *iseq, LINK_ANCHOR *anchor)
lobj->position - (pos + len); lobj->position - (pos + len);
break; break;
} }
case TS_CDHASH:{ case TS_CDHASH:
{
/* /*
* [obj, label, ...] * [obj, label, ...]
*/ */