From 5b21e94bebed90180d8ff63dad03b8b948361089 Mon Sep 17 00:00:00 2001 From: Takashi Kokubun Date: Thu, 21 Jul 2022 09:23:58 -0700 Subject: Expand tabs [ci skip] [Misc #18891] --- node.h | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) (limited to 'node.h') 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; -- cgit v1.2.1