aboutsummaryrefslogtreecommitdiff
path: root/src/ast_render.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ast_render.cpp')
-rw-r--r--src/ast_render.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ast_render.cpp b/src/ast_render.cpp
index a1043377c8..8ddfe03e34 100644
--- a/src/ast_render.cpp
+++ b/src/ast_render.cpp
@@ -672,7 +672,7 @@ static void render_node(AstRender *ar, AstNode *node) {
}
ar->indent -= ar->indent_size;
- fprintf(ar->f, "}\n");
+ fprintf(ar->f, "}");
break;
}
case NodeTypeStructField: