* remove trailing spaces.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43745 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
4c9d6d801b
commit
42a8a2cbe7
2
gc.c
2
gc.c
@ -3108,7 +3108,7 @@ static void
|
|||||||
init_mark_stack(mark_stack_t *stack)
|
init_mark_stack(mark_stack_t *stack)
|
||||||
{
|
{
|
||||||
int i;
|
int i;
|
||||||
|
|
||||||
if (0) push_mark_stack_chunk(stack);
|
if (0) push_mark_stack_chunk(stack);
|
||||||
stack->index = stack->limit = STACK_CHUNK_SIZE;
|
stack->index = stack->limit = STACK_CHUNK_SIZE;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user