1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Adjusted indent [ci skip]

This commit is contained in:
Nobuyoshi Nakada 2020-02-22 00:17:31 +09:00
parent 5e7322b866
commit 0b4500d982
No known key found for this signature in database
GPG key ID: 4BC7D6DF58D8DF60

View file

@ -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,