summaryrefslogtreecommitdiff
path: root/vm_method.c
diff options
context:
space:
mode:
Diffstat (limited to 'vm_method.c')
-rw-r--r--vm_method.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/vm_method.c b/vm_method.c
index d3e1672295..9c49007ac9 100644
--- a/vm_method.c
+++ b/vm_method.c
@@ -941,7 +941,8 @@ rb_hash_method_definition(st_index_t hash, const rb_method_definition_t *def)
}
st_index_t
-rb_hash_method_entry(st_index_t hash, const rb_method_entry_t *me) {
+rb_hash_method_entry(st_index_t hash, const rb_method_entry_t *me)
+{
return rb_hash_method_definition(hash, me->def);
}