diff options
author | Nobuyoshi Nakada <[email protected]> | 2022-12-02 23:43:53 +0900 |
---|---|---|
committer | Nobuyoshi Nakada <[email protected]> | 2022-12-02 23:46:21 +0900 |
commit | f28e79caaa592e6198a2af66ac4d55719383b67c (patch) | |
tree | 271a7e3a9eab43d66ca31975762fcdd03cdd9c6e /iseq.c | |
parent | bb0ec7df3220de317f719d1e8b5aa45bd40dad25 (diff) |
Use consistent style [ci skip]
Diffstat (limited to 'iseq.c')
-rw-r--r-- | iseq.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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; |