diff options
author | Nobuyoshi Nakada <[email protected]> | 2023-10-23 19:28:14 +0900 |
---|---|---|
committer | Nobuyoshi Nakada <[email protected]> | 2023-10-23 19:28:14 +0900 |
commit | 42c2c8caa51bb8dee9d658aa194ccaa924d760d2 () | |
tree | f9848c8b48a229f9e6a8d9f4e88ed3892f0360e5 /shape.c | |
parent | 839b763119d4953f7f426d939ee112e0daf1333d (diff) |
Adjust indent [ci skip]
-rw-r--r-- | shape.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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))); } bool |