Adjusted indent [ci skip]

This commit is contained in:
Nobuyoshi Nakada 2021-02-03 13:39:53 +09:00
parent 6f727853ce
commit ea47a9506a
No known key found for this signature in database
GPG Key ID: 7CD2805BFA3770C6

View File

@ -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)