From 5b21e94bebed90180d8ff63dad03b8b948361089 Mon Sep 17 00:00:00 2001 From: Takashi Kokubun Date: Thu, 21 Jul 2022 09:23:58 -0700 Subject: Expand tabs [ci skip] [Misc #18891] --- ractor.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ractor.c') diff --git a/ractor.c b/ractor.c index ab993eb94e..c5df3cc6b0 100644 --- a/ractor.c +++ b/ractor.c @@ -263,7 +263,7 @@ static const rb_data_type_t ractor_data_type = { "ractor", { ractor_mark, - ractor_free, + ractor_free, ractor_memsize, NULL, // update }, @@ -1514,7 +1514,7 @@ rb_ractor_main_alloc(void) { rb_ractor_t *r = ruby_mimmalloc(sizeof(rb_ractor_t)); if (r == NULL) { - fprintf(stderr, "[FATAL] failed to allocate memory for main ractor\n"); + fprintf(stderr, "[FATAL] failed to allocate memory for main ractor\n"); exit(EXIT_FAILURE); } MEMZERO(r, rb_ractor_t, 1); -- cgit v1.2.3