From 40608d0b7bd20c20595f7f2f04d35bb2190cc031 Mon Sep 17 00:00:00 2001 From: Alan Wu Date: Fri, 15 Oct 2021 18:26:32 -0400 Subject: [PATCH] Fix indentation in ruby.c --- ruby.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ruby.c b/ruby.c index 5f756ebbc8..85ef9cbd80 100644 --- a/ruby.c +++ b/ruby.c @@ -393,10 +393,10 @@ usage(const char *name, int help, int highlight, int columns) SHOW(warn_categories[i]); printf("%s""MJIT options (experimental):%s\n", sb, se); for (i = 0; i < numberof(mjit_options); ++i) - SHOW(mjit_options[i]); + SHOW(mjit_options[i]); printf("%s""YJIT options (experimental):%s\n", sb, se); for (i = 0; i < numberof(yjit_options); ++i) - SHOW(yjit_options[i]); + SHOW(yjit_options[i]); } #define rubylib_path_new rb_str_new