mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* remove trailing spaces.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47446 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
765ad358e9
commit
c6da45b74c
1 changed files with 1 additions and 1 deletions
2
gc.c
2
gc.c
|
@ -4686,7 +4686,7 @@ gc_verify_heap_page(rb_objspace_t *objspace, struct heap_page *page, VALUE obj)
|
|||
|
||||
if (!is_incremental_marking(objspace) &&
|
||||
page->flags.has_remembered_objects == FALSE && has_remembered_old == TRUE) {
|
||||
|
||||
|
||||
for (i=0; i<page->total_slots; i++) {
|
||||
VALUE obj = (VALUE)&page->start[i];
|
||||
if (RVALUE_PAGE_MARKING(page, obj)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue