lang: ast: fix inconsistent indentation
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user