From 8e9aa75df1c579a981958933120fc31a3529a059 Mon Sep 17 00:00:00 2001 From: svn Date: Tue, 11 Dec 2018 04:13:13 +0000 Subject: * expand tabs. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66325 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- compile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compile.c') diff --git a/compile.c b/compile.c index 64d4fdc3d4..f3ed917f4b 100644 --- a/compile.c +++ b/compile.c @@ -1336,7 +1336,7 @@ static int iseq_setup(rb_iseq_t *iseq, LINK_ANCHOR *const anchor) { if (RTEST(ISEQ_COMPILE_DATA(iseq)->err_info)) - return COMPILE_NG; + return COMPILE_NG; debugs("[compile step 4.1 (iseq_set_sequence)]\n"); if (!iseq_set_sequence(iseq, anchor)) return COMPILE_NG; -- cgit v1.2.3