* expand tabs.

This commit is contained in:
git 2019-08-06 00:56:05 +09:00
parent 33d7a58ffb
commit c9192ef2e8

2
gc.c
View File

@ -10190,7 +10190,7 @@ static const rb_data_type_t weakmap_type = {
wmap_mark,
wmap_free,
wmap_memsize,
wmap_compact,
wmap_compact,
},
0, 0, RUBY_TYPED_FREE_IMMEDIATELY
};