lang: ast: fix inconsistent indentation
This commit is contained in:
@@ -176,7 +176,7 @@ static void collect_children(
|
||||
|
||||
struct ast_node_type class_node_ops = {
|
||||
.n_add_child = add_child,
|
||||
.n_print = print,
|
||||
.n_print = print,
|
||||
.n_init_state = init_state,
|
||||
.n_collect_children = collect_children,
|
||||
.n_state_size = sizeof(struct class_parser_state),
|
||||
|
||||
Reference in New Issue
Block a user