mirror of
https://github.com/ruby/ruby.git
synced 2025-09-16 00:54:01 +02:00
Fix formatting of spec/ruby/optional/capi/ext/hash_spec.c
This commit is contained in:
parent
de5df203bc
commit
d5abcae435
Notes:
git
2024-12-10 13:39:10 +00:00
1 changed files with 1 additions and 1 deletions
|
@ -136,7 +136,7 @@ VALUE hash_spec_compute_a_hash_code(VALUE self, VALUE seed) {
|
|||
|
||||
VALUE hash_spec_rb_hash_bulk_insert(VALUE self, VALUE array_len, VALUE array, VALUE hash) {
|
||||
VALUE* ptr;
|
||||
|
||||
|
||||
if (array == Qnil) {
|
||||
ptr = NULL;
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue