mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* remove trailing spaces.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41595 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
9694416c06
commit
5332d81283
1 changed files with 1 additions and 1 deletions
2
gc.c
2
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue