diff options
author | Nobuyoshi Nakada <[email protected]> | 2021-02-03 13:39:53 +0900 |
---|---|---|
committer | Nobuyoshi Nakada <[email protected]> | 2021-02-03 13:42:03 +0900 |
commit | ea47a9506a06e8bdcf64b7356f9ccd265bae7ce4 (patch) | |
tree | 33f2fbcf42e660e126f724a1d35fd08d152b34f5 /vm_method.c | |
parent | 6f727853cee41195b67ee5d793c1ac23fe1a6ae0 (diff) |
Adjusted indent [ci skip]
Diffstat (limited to 'vm_method.c')
-rw-r--r-- | vm_method.c | 4 |
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) |