1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* expand tabs.

This commit is contained in:
git 2019-07-03 02:13:25 +09:00
parent bdddaa9f56
commit c07165be1d

View file

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