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
Родитель c1bcfeec38
Коммит f29d7745a2
1 изменённых файлов: 4 добавлений и 4 удалений

Просмотреть файл

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