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

* expand tabs. [ci skip]

Tabs were expanded because the file did not have any tab indentation in unedited lines.
Please update your editor config, and use misc/expand_tabs.rb in the pre-commit hook.
This commit is contained in:
git 2022-01-15 20:10:30 +09:00
parent c1bcfeec38
commit f29d7745a2

View file

@ -14,10 +14,10 @@ typedef struct ruby_cmdline_options {
VALUE script_name;
VALUE e_script;
struct {
struct {
VALUE name;
int index;
} enc;
struct {
VALUE name;
int index;
} enc;
} src, ext, intern;
VALUE req_list;
ruby_features_t features;