ruby-changes:29543
From: nobu <ko1@a...>
Date: Mon, 24 Jun 2013 08:01:16 +0900 (JST)
Subject: [ruby-changes:29543] nobu:r41595 (trunk): * remove trailing spaces.
nobu 2013-06-24 08:01:06 +0900 (Mon, 24 Jun 2013) New Revision: 41595 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=41595 Log: * remove trailing spaces. Modified files: trunk/gc.c Index: gc.c =================================================================== --- gc.c (revision 41594) +++ gc.c (revision 41595) @@ -5049,7 +5049,7 @@ gc_prof_setup_new_record(rb_objspace_t * https://github.com/ruby/ruby/blob/trunk/gc.c#L5049 } 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 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/