1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Adjust indent [ci skip]

This commit is contained in:
Nobuyoshi Nakada 2019-08-27 13:42:53 +09:00
parent 1680bd4e4f
commit e9da4f57b3
No known key found for this signature in database
GPG key ID: 4BC7D6DF58D8DF60

4
iseq.c
View file

@ -162,8 +162,8 @@ iseq_extract_values(VALUE *code, size_t pos, iseq_value_itr_t * func, void *data
code[pos + op_no + 1] = newop;
}
}
break;
}
break;
case TS_ISE:
{
union iseq_inline_storage_entry *const is = (union iseq_inline_storage_entry *)code[pos + op_no + 1];
@ -173,8 +173,8 @@ iseq_extract_values(VALUE *code, size_t pos, iseq_value_itr_t * func, void *data
is->once.value = nv;
}
}
break;
}
break;
default:
break;
}