From 5164e2e43a95caae0e73d0be93785feece9ce59c Mon Sep 17 00:00:00 2001 From: svn Date: Mon, 5 Nov 2018 02:14:00 +0000 Subject: * expand tabs. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65543 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- iseq.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'iseq.c') diff --git a/iseq.c b/iseq.c index 2e33e4f589..fb12e9c1d2 100644 --- a/iseq.c +++ b/iseq.c @@ -421,7 +421,7 @@ set_relation(rb_iseq_t *iseq, const rb_iseq_t *piseq) static VALUE prepare_iseq_build(rb_iseq_t *iseq, - VALUE name, VALUE path, VALUE realpath, VALUE first_lineno, const rb_code_location_t *code_location, const int node_id, + VALUE name, VALUE path, VALUE realpath, VALUE first_lineno, const rb_code_location_t *code_location, const int node_id, const rb_iseq_t *parent, enum iseq_type type, const rb_compile_option_t *option) { -- cgit v1.2.3