summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgit <svn-admin@ruby-lang.org>2022-01-15 20:10:30 +0900
committergit <svn-admin@ruby-lang.org>2022-01-15 20:10:30 +0900
commitf29d7745a24f8989ed6bc7a99018e7fe867cb463 (patch)
tree817148f1c644127dc4680e63960811d905eee2f9
parentc1bcfeec38cdc04858ba607eb6f6aaa64dc731c9 (diff)
* 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.
-rw-r--r--internal/cmdlineopt.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/internal/cmdlineopt.h b/internal/cmdlineopt.h
index 7419beb649..adc76fc2e4 100644
--- a/internal/cmdlineopt.h
+++ b/internal/cmdlineopt.h
@@ -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;