lang: ast: fix inconsistent indentation
This commit is contained in:
@@ -27,6 +27,6 @@ static void collect_children(
|
||||
struct ast_node_type op_node_ops = {
|
||||
.n_print = print,
|
||||
.n_collect_children = collect_children,
|
||||
.n_state_size = sizeof(struct parser_state),
|
||||
.n_node_size = sizeof(struct ivy_ast_op_node),
|
||||
.n_state_size = sizeof(struct parser_state),
|
||||
.n_node_size = sizeof(struct ivy_ast_op_node),
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user