summaryrefslogtreecommitdiff
path: root/gc.c
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-11-21 05:01:05 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-11-21 05:01:05 +0000
commit42a8a2cbe7be41dc51fe8c1f782254b1a2b6792e (patch)
tree48c805a3bb3faba1739d32489dc29463220cf90d /gc.c
parent4c9d6d801b5152545ba939f8bc350f5442972fef (diff)
* remove trailing spaces.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43745 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 08d4b850d3..b49259b6c0 100644
--- a/gc.c
+++ b/gc.c
@@ -3108,7 +3108,7 @@ static void
init_mark_stack(mark_stack_t *stack)
{
int i;
-
+
if (0) push_mark_stack_chunk(stack);
stack->index = stack->limit = STACK_CHUNK_SIZE;