summaryrefslogtreecommitdiff
path: root/gc.c
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-05-15 10:53:40 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-05-15 10:53:40 +0000
commit27082c9dfaa610dc2b6492502d0207ea4e570e17 (patch)
tree6c1df093e99d31dbf6b69240d5dd5a633504581f /gc.c
parent31876e7c1c28bec40b8b1e0259fc70733303555c (diff)
* gc.c (heap_extend_pages): fix indent.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45952 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'gc.c')
-rw-r--r--gc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gc.c b/gc.c
index 9c6865686f..f64909006c 100644
--- a/gc.c
+++ b/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)