Skip to content

Commit

Permalink
* expand tabs.
Browse files Browse the repository at this point in the history
  • Loading branch information
matzbot committed Aug 13, 2019
1 parent dd1344b commit c393734
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions enumerator.c
Expand Up @@ -218,7 +218,7 @@ static const rb_data_type_t enumerator_data_type = {
enumerator_mark,
enumerator_free,
enumerator_memsize,
enumerator_compact,
enumerator_compact,
},
0, 0, RUBY_TYPED_FREE_IMMEDIATELY
};
Expand Down Expand Up @@ -265,7 +265,7 @@ static const rb_data_type_t proc_entry_data_type = {
proc_entry_mark,
proc_entry_free,
proc_entry_memsize,
proc_entry_compact,
proc_entry_compact,
},
};

Expand Down Expand Up @@ -1246,7 +1246,7 @@ static const rb_data_type_t yielder_data_type = {
yielder_mark,
yielder_free,
yielder_memsize,
yielder_compact,
yielder_compact,
},
0, 0, RUBY_TYPED_FREE_IMMEDIATELY
};
Expand Down Expand Up @@ -1386,7 +1386,7 @@ static const rb_data_type_t generator_data_type = {
generator_mark,
generator_free,
generator_memsize,
generator_compact,
generator_compact,
},
0, 0, RUBY_TYPED_FREE_IMMEDIATELY
};
Expand Down

0 comments on commit c393734

Please sign in to comment.