summaryrefslogtreecommitdiff
path: root/iseq.c
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2022-12-02 23:43:53 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2022-12-02 23:46:21 +0900
commitf28e79caaa592e6198a2af66ac4d55719383b67c (patch)
tree271a7e3a9eab43d66ca31975762fcdd03cdd9c6e /iseq.c
parentbb0ec7df3220de317f719d1e8b5aa45bd40dad25 (diff)
downloadruby-f28e79caaa592e6198a2af66ac4d55719383b67c.tar.gz
Use consistent style [ci skip]
Diffstat (limited to 'iseq.c')
-rw-r--r--iseq.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/iseq.c b/iseq.c
index e20e1a608a..f2a2bdedda 100644
--- a/iseq.c
+++ b/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;