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:
parent
c1bcfeec38
commit
f29d7745a2
1 changed files with 4 additions and 4 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue