diff options
author | Kazuki Tsujimoto <[email protected]> | 2020-05-04 13:24:53 +0900 |
---|---|---|
committer | Kazuki Tsujimoto <[email protected]> | 2020-05-04 13:27:25 +0900 |
commit | 6ed7bc83ec077f691e79414fa0a2638ea3edbf7d (patch) | |
tree | 846bbee6e35d44212756b3f5a1c0001a0a13dce3 /node.h | |
parent | d6389224da5aac0b36299cc6d968837407fdfe2c (diff) |
Fix indentation
Diffstat (limited to 'node.h')
-rw-r--r-- | node.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |