From 55a8b5917c698b70f0fc22b74b2ae31002657a4d Mon Sep 17 00:00:00 2001 From: Uwe Date: Sat, 8 Oct 2022 12:33:12 +0200 Subject: [PATCH] [TD] [skip CI] DrawSVGTemplate.cpp: uniform whitespace --- src/Mod/TechDraw/App/DrawSVGTemplate.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Mod/TechDraw/App/DrawSVGTemplate.cpp b/src/Mod/TechDraw/App/DrawSVGTemplate.cpp index 5c83682de1..f1c83922dc 100644 --- a/src/Mod/TechDraw/App/DrawSVGTemplate.cpp +++ b/src/Mod/TechDraw/App/DrawSVGTemplate.cpp @@ -150,7 +150,7 @@ App::DocumentObjectExecReturn * DrawSVGTemplate::execute() if (!qDocImage.isEmpty()) { // make a temp file for FileIncluded Property std::string tempName = PageResult.getExchangeTempFile(); - std::ofstream outfinal(tempName.c_str()); + std::ofstream outfinal(tempName.c_str()); std::string result = Base::Tools::toStdString(qDocImage); outfinal << result; outfinal.close();