Skip to content

Commit

Permalink
Adjusted indent [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
nobu committed Feb 3, 2021
1 parent 6f72785 commit ea47a95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vm_method.c
Expand Up @@ -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)
Expand Down

0 comments on commit ea47a95

Please sign in to comment.