Use consistent style [ci skip]

This commit is contained in:
Nobuyoshi Nakada 2022-12-02 23:43:53 +09:00
parent bb0ec7df32
commit f28e79caaa
No known key found for this signature in database
GPG key ID: 7CD2805BFA3770C6
5 changed files with 12 additions and 6 deletions

3
iseq.c
View file

@ -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;