mirror of https://github.com/yandex/odyssey.git
Fix clang format error
This commit is contained in:
parent
b4d84db3f2
commit
a351c107c8
|
@ -146,7 +146,8 @@ static inline int od_parser_next(od_parser_t *parser, od_token_t *token)
|
|||
token->type = OD_PARSER_ERROR;
|
||||
return token->type;
|
||||
}
|
||||
if ((*parser->pos == '\\') && (parser->pos + 1 != parser->end))
|
||||
if ((*parser->pos == '\\') &&
|
||||
(parser->pos + 1 != parser->end))
|
||||
parser->pos += 2;
|
||||
else
|
||||
parser->pos++;
|
||||
|
|
Loading…
Reference in New Issue