summaryrefslogtreecommitdiff
path: root/node.h
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2022-07-21 09:23:58 -0700
committerTakashi Kokubun <takashikkbn@gmail.com>2022-07-21 09:42:04 -0700
commit5b21e94bebed90180d8ff63dad03b8b948361089 (patch)
treef9f7196d84b51b7a3a8001658e4391a63b71c396 /node.h
parent3ff53c8e04ecc91e0190de6d5950ecce2a2ea188 (diff)
downloadruby-5b21e94bebed90180d8ff63dad03b8b948361089.tar.gz
Expand tabs [ci skip]
[Misc #18891]
Diffstat (limited to 'node.h')
-rw-r--r--node.h30
1 files changed, 15 insertions, 15 deletions
diff --git a/node.h b/node.h
index ebe82b85be..d97c333ab5 100644
--- a/node.h
+++ b/node.h
@@ -155,25 +155,25 @@ typedef struct rb_ast_id_table {
typedef struct RNode {
VALUE flags;
union {
- struct RNode *node;
- ID id;
- VALUE value;
- rb_ast_id_table_t *tbl;
+ struct RNode *node;
+ ID id;
+ VALUE value;
+ rb_ast_id_table_t *tbl;
} u1;
union {
- struct RNode *node;
- ID id;
- long argc;
- VALUE value;
+ struct RNode *node;
+ ID id;
+ long argc;
+ VALUE value;
} u2;
union {
- struct RNode *node;
- ID id;
- long state;
- struct rb_args_info *args;
- struct rb_ary_pattern_info *apinfo;
- struct rb_fnd_pattern_info *fpinfo;
- VALUE value;
+ struct RNode *node;
+ ID id;
+ long state;
+ struct rb_args_info *args;
+ struct rb_ary_pattern_info *apinfo;
+ struct rb_fnd_pattern_info *fpinfo;
+ VALUE value;
} u3;
rb_code_location_t nd_loc;
int node_id;