Adjusted spaces [ci skip]

This commit is contained in:
Nobuyoshi Nakada 2019-09-27 14:06:07 +09:00
parent 4d3502d57f
commit 8d0ff88727
No known key found for this signature in database
GPG Key ID: 4BC7D6DF58D8DF60
3 changed files with 41 additions and 40 deletions

View File

@ -738,7 +738,8 @@ setup_parameters_complex(rb_execution_context_t * const ec, const rb_iseq_t * co
if (RB_TYPE_P(rest_last, T_HASH) && if (RB_TYPE_P(rest_last, T_HASH) &&
(((struct RHash *)rest_last)->basic.flags & RHASH_PASS_AS_KEYWORDS)) { (((struct RHash *)rest_last)->basic.flags & RHASH_PASS_AS_KEYWORDS)) {
kw_flag |= VM_CALL_KW_SPLAT; kw_flag |= VM_CALL_KW_SPLAT;
} else { }
else {
rest_last = 0; rest_last = 0;
} }
} }