lang: ast: fix inconsistent indentation
This commit is contained in:
@@ -2,6 +2,6 @@
|
||||
#include "node.h"
|
||||
|
||||
struct ast_node_type string_node_ops = {
|
||||
.n_state_size = sizeof(struct parser_state),
|
||||
.n_node_size = sizeof(struct ivy_ast_string_node),
|
||||
.n_state_size = sizeof(struct parser_state),
|
||||
.n_node_size = sizeof(struct ivy_ast_string_node),
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user