summaryrefslogtreecommitdiff
path: root/ruby.c
diff options
context:
space:
mode:
authorAlan Wu <XrXr@users.noreply.github.com>2021-10-15 18:26:32 -0400
committerAlan Wu <XrXr@users.noreply.github.com>2021-10-20 18:19:43 -0400
commit40608d0b7bd20c20595f7f2f04d35bb2190cc031 (patch)
tree5bad6027277f79c04b2669b9eab07483dee8c698 /ruby.c
parent95e337f815b68b50d4455c4c9a8722b8794bfffa (diff)
Fix indentation in ruby.c
Diffstat (limited to 'ruby.c')
-rw-r--r--ruby.c4
1 files 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