summaryrefslogtreecommitdiff
path: root/vm_args.c
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2024-01-08 00:50:41 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2024-01-08 00:50:41 +0900
commitc30b8ae947e4e0e01df74b07282b27b1b1c70df8 (patch)
tree3ea69f4cc26dee64542b0230aa1fab17a45d1182 /vm_args.c
parent76c20b06aa16686d047af5cb21300602153e0e46 (diff)
Adjust styles and indents [ci skip]
Diffstat (limited to 'vm_args.c')
-rw-r--r--vm_args.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/vm_args.c b/vm_args.c
index 14ae550d2f..eda46aa92c 100644
--- a/vm_args.c
+++ b/vm_args.c
@@ -551,7 +551,8 @@ setup_parameters_complex(rb_execution_context_t * const ec, const rb_iseq_t * co
arg_rest_dup(args);
rb_ary_push(args->rest, converted_keyword_hash);
keyword_hash = Qnil;
- } else {
+ }
+ else {
keyword_hash = converted_keyword_hash;
}