From 5332d81283a3ef344cb757300bcdbc88b3714a76 Mon Sep 17 00:00:00 2001 From: nobu Date: Sun, 23 Jun 2013 23:01:06 +0000 Subject: [PATCH] * remove trailing spaces. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41595 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- gc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gc.c b/gc.c index 9578070118..4aa9766e19 100644 --- a/gc.c +++ b/gc.c @@ -5049,7 +5049,7 @@ gc_prof_setup_new_record(rb_objspace_t *objspace, int reason) } record = objspace->profile.current_record = &objspace->profile.records[objspace->profile.next_index - 1]; MEMZERO(record, gc_profile_record, 1); - + /* setup before-GC parameter */ record->flags = reason | ((ruby_gc_stress && !ruby_disable_gc_stress) ? GPR_FLAG_STRESS : 0); #if CALC_EXACT_MALLOC_SIZE