mirror of
https://github.com/ruby/ruby.git
synced 2025-08-23 21:14:23 +02:00
* remove trailing spaces.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54449 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
9a008c5865
commit
fb296fe6fe
1 changed files with 1 additions and 1 deletions
2
gc.c
2
gc.c
|
@ -5084,7 +5084,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