ruby-changes:60151
From: Nobuyoshi <ko1@a...>
Date: Sat, 22 Feb 2020 00:45:33 +0900 (JST)
Subject: [ruby-changes:60151] 0b4500d982 (master): Adjusted indent [ci skip]
https://git.ruby-lang.org/ruby.git/commit/?id=0b4500d982 From 0b4500d982d2670e7025c61f50ab25bdc6de7834 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada <nobu@r...> Date: Sat, 22 Feb 2020 00:17:31 +0900 Subject: Adjusted indent [ci skip] diff --git a/vm_insnhelper.c b/vm_insnhelper.c index acd5de4..54377dd 100644 --- a/vm_insnhelper.c +++ b/vm_insnhelper.c @@ -3217,7 +3217,7 @@ vm_yield_with_cfunc(rb_execution_context_t *ec, https://github.com/ruby/ruby/blob/trunk/vm_insnhelper.c#L3217 frame_flag = VM_FRAME_MAGIC_IFUNC | VM_FRAME_FLAG_CFRAME | (me ? VM_FRAME_FLAG_BMETHOD : 0); if (kw_splat) { - frame_flag |= VM_FRAME_FLAG_CFRAME_KW; + frame_flag |= VM_FRAME_FLAG_CFRAME_KW; } vm_push_frame(ec, (const rb_iseq_t *)captured->code.ifunc, -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/