summaryrefslogtreecommitdiff
path: root/vm_method.c
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2021-02-03 13:39:53 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2021-02-03 13:42:03 +0900
commitea47a9506a06e8bdcf64b7356f9ccd265bae7ce4 (patch)
tree33f2fbcf42e660e126f724a1d35fd08d152b34f5 /vm_method.c
parent6f727853cee41195b67ee5d793c1ac23fe1a6ae0 (diff)
Adjusted indent [ci skip]
Diffstat (limited to 'vm_method.c')
-rw-r--r--vm_method.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/vm_method.c b/vm_method.c
index 45285e0349..4833ff692c 100644
--- a/vm_method.c
+++ b/vm_method.c
@@ -1892,9 +1892,9 @@ rb_hash_method_definition(st_index_t hash, const rb_method_definition_t *def)
case VM_METHOD_TYPE_REFINED:
case VM_METHOD_TYPE_ALIAS:
break; /* unreachable */
- }
- rb_bug("rb_hash_method_definition: unsupported method type (%d)\n", def->type);
}
+ rb_bug("rb_hash_method_definition: unsupported method type (%d)\n", def->type);
+}
st_index_t
rb_hash_method_entry(st_index_t hash, const rb_method_entry_t *me)