* remove trailing spaces.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@60818 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
1a96057626
commit
1fcdec57da
@ -77,7 +77,7 @@ update_global_event_hook(rb_event_flag_t vm_events)
|
|||||||
|
|
||||||
if (new_iseq_events > cur_iseq_events) {
|
if (new_iseq_events > cur_iseq_events) {
|
||||||
/* write all ISeqs iff new events are added */
|
/* write all ISeqs iff new events are added */
|
||||||
rb_iseq_trace_set_all(vm_events);
|
rb_iseq_trace_set_all(vm_events);
|
||||||
}
|
}
|
||||||
|
|
||||||
ruby_vm_event_flags = vm_events;
|
ruby_vm_event_flags = vm_events;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user