mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* gc.c (heap_extend_pages): fix indent.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45952 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
31876e7c1c
commit
27082c9dfa
1 changed files with 1 additions and 1 deletions
2
gc.c
2
gc.c
|
|
@ -1202,7 +1202,7 @@ heap_extend_pages(rb_objspace_t *objspace)
|
|||
}
|
||||
|
||||
return next_used_limit - used;
|
||||
}
|
||||
}
|
||||
|
||||
static void
|
||||
heap_set_increment(rb_objspace_t *objspace, size_t additional_pages)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue