From a036a8a038820660a6903af60376a2df502d0266 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Fri, 19 Jul 2019 06:15:47 +0900 Subject: Adjust styles and indents --- node.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'node.h') diff --git a/node.h b/node.h index ebcc49c9be..a1f01ed088 100644 --- a/node.h +++ b/node.h @@ -138,7 +138,8 @@ typedef struct rb_code_location_struct { rb_code_position_t end_pos; } rb_code_location_t; -static inline rb_code_location_t code_loc_gen(rb_code_location_t *loc1, rb_code_location_t *loc2) +static inline rb_code_location_t +code_loc_gen(rb_code_location_t *loc1, rb_code_location_t *loc2) { rb_code_location_t loc; loc.beg_pos = loc1->beg_pos; -- cgit v1.2.3