* 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:
parent
c1bcfeec38
commit
f29d7745a2
@ -14,10 +14,10 @@ typedef struct ruby_cmdline_options {
|
|||||||
VALUE script_name;
|
VALUE script_name;
|
||||||
VALUE e_script;
|
VALUE e_script;
|
||||||
struct {
|
struct {
|
||||||
struct {
|
struct {
|
||||||
VALUE name;
|
VALUE name;
|
||||||
int index;
|
int index;
|
||||||
} enc;
|
} enc;
|
||||||
} src, ext, intern;
|
} src, ext, intern;
|
||||||
VALUE req_list;
|
VALUE req_list;
|
||||||
ruby_features_t features;
|
ruby_features_t features;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user