From 15c4b821a1f21efad19b36de75a6f1266ae973e6 Mon Sep 17 00:00:00 2001 From: nobu Date: Fri, 21 Jun 2013 12:36:06 +0000 Subject: * remove trailing spaces. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41540 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- gc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gc.c') diff --git a/gc.c b/gc.c index 749f86dad8..824a0cc5a5 100644 --- a/gc.c +++ b/gc.c @@ -3949,7 +3949,7 @@ garbage_collect_body(rb_objspace_t *objspace, int full_mark, int immediate_sweep #if USE_RGENGC else { - if (full_mark) + if (full_mark) reason |= GPR_FLAG_MAJOR_BY_NOFREE; if (objspace->rgengc.need_major_gc) { objspace->rgengc.need_major_gc = FALSE; @@ -3959,7 +3959,7 @@ garbage_collect_body(rb_objspace_t *objspace, int full_mark, int immediate_sweep reason |= GPR_FLAG_MAJOR_BY_SHADY; if (objspace->rgengc.oldgen_object_count > objspace->rgengc.oldgen_object_limit) reason |= GPR_FLAG_MAJOR_BY_OLDGEN; - + if (!GC_ENABLE_LAZY_SWEEP || objspace->flags.dont_lazy_sweep) { immediate_sweep = TRUE; } -- cgit v1.2.3