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

@@ -57,7 +57,7 @@ struct ast_node_type unit_node_ops = {
.n_collect_children = collect_children,
.n_state_size = sizeof(struct parser_state),
.n_node_size = sizeof(struct ivy_ast_unit_node),
.n_keyword_parsers = {
.n_keyword_parsers = {
KW_PARSER(PACKAGE, parse_package_keyword),
KW_PARSER(CLASS, parse_class_keyword),
KW_PARSER(USE, parse_use_keyword),