clang-format

This commit is contained in:
Max Brunsfeld 2015-12-24 22:05:54 -08:00
parent 13d8de3eb3
commit a8f50986e0
4 changed files with 12 additions and 10 deletions

View file

@ -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