clang-format
This commit is contained in:
parent
13d8de3eb3
commit
a8f50986e0
4 changed files with 12 additions and 10 deletions
|
|
@ -68,7 +68,8 @@ static inline TSLength ts_tree_total_size(const TSTree *self) {
|
|||
}
|
||||
|
||||
static inline bool ts_tree_is_fragile(const TSTree *tree) {
|
||||
return tree->fragile_left || tree->fragile_right || ts_tree_total_chars(tree) == 0;
|
||||
return tree->fragile_left || tree->fragile_right ||
|
||||
ts_tree_total_chars(tree) == 0;
|
||||
}
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue