From c30b8ae947e4e0e01df74b07282b27b1b1c70df8 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Mon, 8 Jan 2024 00:50:41 +0900 Subject: Adjust styles and indents [ci skip] --- vm_args.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'vm_args.c') 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; } -- cgit v1.2.3