From 42c2c8caa51bb8dee9d658aa194ccaa924d760d2 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Mon, 23 Oct 2023 19:28:14 +0900 Subject: [PATCH] Adjust indent [ci skip] --- shape.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shape.c b/shape.c index 36263ea841..7e371abf6f 100644 --- a/shape.c +++ b/shape.c @@ -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