1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Fix indentation in ruby.c

This commit is contained in:
Alan Wu 2021-10-15 18:26:32 -04:00
parent 95e337f815
commit 40608d0b7b

4
ruby.c
View file

@ -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