summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2020-02-22 00:17:31 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2020-02-22 00:17:31 +0900
commit0b4500d982d2670e7025c61f50ab25bdc6de7834 (patch)
treed286b21871c06aeb97ec53ef9f339079d5fd2c24
parent5e7322b866c9052662b4365667a64560b7464d5a (diff)
Adjusted indent [ci skip]
-rw-r--r--vm_insnhelper.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vm_insnhelper.c b/vm_insnhelper.c
index acd5de4d5e..54377dd7d0 100644
--- a/vm_insnhelper.c
+++ b/vm_insnhelper.c
@@ -3217,7 +3217,7 @@ vm_yield_with_cfunc(rb_execution_context_t *ec,
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,