Merge branch 'master' into pointer-reform

This commit is contained in:
Andrew Kelley
2018-05-09 23:43:07 -04:00
52 changed files with 6437 additions and 390 deletions

View File

@@ -736,7 +736,7 @@ static void render_node_extra(AstRender *ar, AstNode *node, bool grouped) {
render_node_grouped(ar, field_node->data.struct_field.type);
}
if (field_node->data.struct_field.value != nullptr) {
fprintf(ar->f, "= ");
fprintf(ar->f, " = ");
render_node_grouped(ar, field_node->data.struct_field.value);
}
fprintf(ar->f, ",\n");