Adjust indent [ci skip]

This commit is contained in:
Nobuyoshi Nakada 2023-10-23 19:28:14 +09:00
parent 839b763119
commit 42c2c8caa5
No known key found for this signature in database
GPG Key ID: 3582D74E1FEE4465

View File

@ -432,7 +432,7 @@ rb_shape_transition_shape_capa_create(rb_shape_t* shape, size_t new_capacity)
rb_shape_t *
rb_shape_transition_shape_capa(rb_shape_t* shape)
{
return rb_shape_transition_shape_capa_create(shape, rb_malloc_grow_capa(shape->capacity, sizeof(VALUE)));
return rb_shape_transition_shape_capa_create(shape, rb_malloc_grow_capa(shape->capacity, sizeof(VALUE)));
}
bool