mirror of
https://github.com/ruby/ruby.git
synced 2025-08-23 13:04:13 +02:00
Use consistent style [ci skip]
This commit is contained in:
parent
bb0ec7df32
commit
f28e79caaa
5 changed files with 12 additions and 6 deletions
3
iseq.c
3
iseq.c
|
@ -103,7 +103,8 @@ compile_data_free(struct iseq_compile_data *compile_data)
|
|||
}
|
||||
|
||||
static void
|
||||
remove_from_constant_cache(ID id, IC ic) {
|
||||
remove_from_constant_cache(ID id, IC ic)
|
||||
{
|
||||
rb_vm_t *vm = GET_VM();
|
||||
VALUE lookup_result;
|
||||
st_data_t ic_data = (st_data_t)ic;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue