clang-format

This commit is contained in:
Max Brunsfeld 2014-10-03 15:44:21 -07:00
parent 1fa3bf0f07
commit 78c5fe8e02
6 changed files with 39 additions and 42 deletions

View file

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