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:
parent
95e337f815
commit
40608d0b7b
1 changed files with 2 additions and 2 deletions
4
ruby.c
4
ruby.c
|
@ -393,10 +393,10 @@ usage(const char *name, int help, int highlight, int columns)
|
||||||
SHOW(warn_categories[i]);
|
SHOW(warn_categories[i]);
|
||||||
printf("%s""MJIT options (experimental):%s\n", sb, se);
|
printf("%s""MJIT options (experimental):%s\n", sb, se);
|
||||||
for (i = 0; i < numberof(mjit_options); ++i)
|
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);
|
printf("%s""YJIT options (experimental):%s\n", sb, se);
|
||||||
for (i = 0; i < numberof(yjit_options); ++i)
|
for (i = 0; i < numberof(yjit_options); ++i)
|
||||||
SHOW(yjit_options[i]);
|
SHOW(yjit_options[i]);
|
||||||
}
|
}
|
||||||
|
|
||||||
#define rubylib_path_new rb_str_new
|
#define rubylib_path_new rb_str_new
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue