lang: ast: fix inconsistent indentation

This commit is contained in:
2024-11-29 12:06:06 +00:00
parent ec24e2c327
commit 624f183de8
12 changed files with 20 additions and 20 deletions

View File

@@ -651,7 +651,7 @@ struct ast_node_type expr_node_ops = {
.n_add_child = add_child,
.n_state_size = sizeof(struct expr_parser_state),
.n_node_size = sizeof(struct ivy_ast_expr_node),
.n_token_parsers = {
.n_token_parsers = {
TOK_PARSER(IDENT, parse_ident),
TOK_PARSER(ATOM, parse_atom),
TOK_PARSER(STRING, parse_string),