From 6ed7bc83ec077f691e79414fa0a2638ea3edbf7d Mon Sep 17 00:00:00 2001 From: Kazuki Tsujimoto Date: Mon, 4 May 2020 13:24:53 +0900 Subject: Fix indentation --- node.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'node.h') diff --git a/node.h b/node.h index 40a5dd5de8..504153ab14 100644 --- a/node.h +++ b/node.h @@ -165,7 +165,7 @@ typedef struct RNode { long state; struct rb_global_entry *entry; struct rb_args_info *args; - struct rb_ary_pattern_info *apinfo; + struct rb_ary_pattern_info *apinfo; VALUE value; } u3; rb_code_location_t nd_loc; -- cgit v1.2.3