ruby-changes:73944
From: git <ko1@a...>
Date: Mon, 10 Oct 2022 13:22:27 +0900 (JST)
Subject: [ruby-changes:73944] 2dd1a037de (master): * expand tabs. [ci skip]
https://git.ruby-lang.org/ruby.git/commit/?id=2dd1a037de From 2dd1a037deff81d0464172c0c1ac061f40ec4bd3 Mon Sep 17 00:00:00 2001 From: git <svn-admin@r...> Date: Mon, 10 Oct 2022 13:22:15 +0900 Subject: * expand tabs. [ci skip] Tabs were expanded because the file did not have any tab indentation in unedited lines. Please update your editor config, and use misc/expand_tabs.rb in the pre-commit hook. --- re.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/re.c b/re.c index 4d0dcf95cc..f52492245e 100644 --- a/re.c +++ b/re.c @@ -2405,7 +2405,7 @@ match_deconstruct_keys(VALUE match, VALUE keys) https://github.com/ruby/ruby/blob/trunk/re.c#L2405 VALUE key = RARRAY_AREF(keys, i); VALUE name; - Check_Type(key, T_SYMBOL); + Check_Type(key, T_SYMBOL); name = rb_sym2str(key); @@ -2415,7 +2415,7 @@ match_deconstruct_keys(VALUE match, VALUE keys) https://github.com/ruby/ruby/blob/trunk/re.c#L2415 if (num >= 0) { rb_hash_aset(h, key, rb_reg_nth_match(num, match)); } - else { + else { return h; } } -- cgit v1.2.1 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/