mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* expand tabs.
This commit is contained in:
parent
bdddaa9f56
commit
c07165be1d
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ rb_coverage_start(int argc, VALUE *argv, VALUE klass)
|
|||
}
|
||||
|
||||
if (mode & COVERAGE_TARGET_METHODS) {
|
||||
me2counter = rb_ident_hash_new();
|
||||
me2counter = rb_ident_hash_new();
|
||||
}
|
||||
else {
|
||||
me2counter = Qnil;
|
||||
|
|
Loading…
Reference in a new issue