[TD] [skip CI] DrawSVGTemplate.cpp: uniform whitespace

This commit is contained in:
Uwe
2022-10-08 12:33:12 +02:00
parent a67f118d7f
commit 1640f01e34

View File

@@ -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();