App: Prepare for clang-format

This commit is contained in:
wmayer
2024-06-03 10:34:17 +02:00
committed by wwmayer
parent 0e21776494
commit effbe1e873
15 changed files with 55 additions and 11 deletions

View File

@@ -384,7 +384,7 @@ void ExtensionContainer::restoreExtensions(Base::XMLReader& reader) {
if (!ext->isPythonExtension()) {
delete ext;
std::stringstream str;
str << "Extension is not a python addable version: '" << Type << "'" << std::ends;
str << "Extension is not a python addable version: '" << Type << "'";
throw Base::TypeError(str.str());
}