summaryrefslogtreecommitdiff
path: root/vm_core.h
diff options
context:
space:
mode:
authorsvn <svn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-12-27 17:39:21 +0000
committersvn <svn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-12-27 17:39:21 +0000
commitd3c0b20949916aa7b432a0498a8016d67a7822ad (patch)
tree671bc4077ba834ee1984e5847c35d864293e497a /vm_core.h
parent496267023c490e717ad0598bf1e3364835b734a4 (diff)
* remove trailing spaces.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66596 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'vm_core.h')
-rw-r--r--vm_core.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vm_core.h b/vm_core.h
index fcef0809af..ea59e417ef 100644
--- a/vm_core.h
+++ b/vm_core.h
@@ -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));
}