lang: ast: fix some source formatting
This commit is contained in:
@@ -637,9 +637,11 @@ struct token_parse_result arith_parse_do(
|
||||
struct block_parser_state *block
|
||||
= (struct block_parser_state *)parser_push_state(
|
||||
ctx, IVY_AST_BLOCK, 0);
|
||||
/* set the sub-expression depth to be non-zero so the expression parser doesn't consume the expression separator. */
|
||||
/* set the sub-expression depth to be non-zero so the expression parser
|
||||
* doesn't consume the expression separator. */
|
||||
|
||||
state->s_prev_token = IVY_KW_DO;
|
||||
|
||||
return PARSE_RESULT(IVY_OK, 0);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user