* 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 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;