diff options
author | Nobuyoshi Nakada <[email protected]> | 2019-07-19 06:15:47 +0900 |
---|---|---|
committer | Nobuyoshi Nakada <[email protected]> | 2019-07-19 06:35:15 +0900 |
commit | a036a8a038820660a6903af60376a2df502d0266 (patch) | |
tree | 1f29d643298cc8cc91fed98a18b363cec20d9884 /node.h | |
parent | a027c4b5b0bc1d6786852249847e8a2f56404d1a (diff) |
Adjust styles and indents
Diffstat (limited to 'node.h')
-rw-r--r-- | node.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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; |