* adjust indent

This commit is contained in:
Nobuyoshi Nakada 2025-06-17 00:42:46 +09:00
parent c09619d911
commit a60bf9e693
No known key found for this signature in database
GPG key ID: 3582D74E1FEE4465
Notes: git 2025-06-17 04:18:04 +00:00
5 changed files with 8 additions and 5 deletions

1
hash.c
View file

@ -3872,7 +3872,6 @@ rb_hash_values(VALUE hash)
}
rb_ary_set_len(values, size);
}
else {
rb_hash_foreach(hash, values_i, values);
}