summaryrefslogtreecommitdiff
path: root/node.h
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2019-07-19 06:15:47 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2019-07-19 06:35:15 +0900
commita036a8a038820660a6903af60376a2df502d0266 (patch)
tree1f29d643298cc8cc91fed98a18b363cec20d9884 /node.h
parenta027c4b5b0bc1d6786852249847e8a2f56404d1a (diff)
Adjust styles and indents
Diffstat (limited to 'node.h')
-rw-r--r--node.h3
1 files changed, 2 insertions, 1 deletions
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;