clang-format
This commit is contained in:
parent
1fa3bf0f07
commit
78c5fe8e02
6 changed files with 39 additions and 42 deletions
|
|
@ -28,8 +28,7 @@ TSLength ts_stack_right_position(const TSStack *stack);
|
|||
|
||||
#define TS_STACK_FROM_TOP(stack, entry) \
|
||||
for (TSStackEntry *entry = stack.entries + stack.size - 1; \
|
||||
entry >= stack.entries; \
|
||||
entry--)
|
||||
entry >= stack.entries; entry--)
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue