lang: ast: fix some source formatting

This commit is contained in:
2025-09-08 16:01:02 +01:00
parent d95a544ff2
commit 6e65349d70
2 changed files with 20 additions and 10 deletions

View File

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