From 2f1c9e2ac17a639164a81d053a66d2516655964a Mon Sep 17 00:00:00 2001 From: svn Date: Thu, 6 Dec 2018 18:28:26 +0000 Subject: * expand tabs. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66259 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- compile.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/compile.c b/compile.c index b9a17fde3e..9e38f416f7 100644 --- a/compile.c +++ b/compile.c @@ -3984,12 +3984,12 @@ compile_array(rb_iseq_t *iseq, LINK_ANCHOR *const ret, const NODE *const node_ro ADD_INSN1(ret, line, duparray, ary); } else { /* COMPILE_ARRAY_TYPE_HASH */ - VALUE hash; + VALUE hash; - hash = rb_hash_new_with_size(RARRAY_LEN(ary) / 2); - rb_hash_bulk_insert(RARRAY_LEN(ary), RARRAY_CONST_PTR_TRANSIENT(ary), hash); - iseq_add_mark_object_compile_time(iseq, hash); - ADD_INSN1(ret, line, duphash, hash); + hash = rb_hash_new_with_size(RARRAY_LEN(ary) / 2); + rb_hash_bulk_insert(RARRAY_LEN(ary), RARRAY_CONST_PTR_TRANSIENT(ary), hash); + iseq_add_mark_object_compile_time(iseq, hash); + ADD_INSN1(ret, line, duphash, hash); } } else { -- cgit v1.2.3