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@66596 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
496267023c
commit
d3c0b20949
1 changed files with 1 additions and 1 deletions
|
@ -1886,7 +1886,7 @@ static inline void
|
|||
rb_exec_event_hook_script_compiled(rb_execution_context_t *ec, const rb_iseq_t *iseq, VALUE eval_script)
|
||||
{
|
||||
EXEC_EVENT_HOOK(ec, RUBY_EVENT_SCRIPT_COMPILED, ec->cfp->self, 0, 0, 0,
|
||||
NIL_P(eval_script) ? (VALUE)iseq :
|
||||
NIL_P(eval_script) ? (VALUE)iseq :
|
||||
rb_ary_new_from_args(2, eval_script, (VALUE)iseq));
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue