add missing newlines

This commit is contained in:
wmayer
2018-06-09 11:47:12 +02:00
parent 253e257ada
commit 920a4e62b2
9 changed files with 9 additions and 9 deletions

View File

@@ -432,7 +432,7 @@ void DynamicProperty::Restore(Base::XMLReader &reader)
}
#ifndef FC_DEBUG
catch (...) {
Base::Console().Error("DynamicProperty::Restore: Unknown C++ exception thrown");
Base::Console().Error("DynamicProperty::Restore: Unknown C++ exception thrown\n");
}
#endif
}

View File

@@ -408,7 +408,7 @@ void ExtensionContainer::restoreExtensions(Base::XMLReader& reader) {
}
#ifndef FC_DEBUG
catch (...) {
Base::Console().Error("ExtensionContainer::Restore: Unknown C++ exception thrown");
Base::Console().Error("ExtensionContainer::Restore: Unknown C++ exception thrown\n");
}
#endif

View File

@@ -300,7 +300,7 @@ void PropertyContainer::Restore(Base::XMLReader &reader)
}
#ifndef FC_DEBUG
catch (...) {
Base::Console().Error("PropertyContainer::Restore: Unknown C++ exception thrown");
Base::Console().Error("PropertyContainer::Restore: Unknown C++ exception thrown\n");
}
#endif

View File

@@ -169,7 +169,7 @@ void Primitive::Restore(Base::XMLReader &reader)
}
#ifndef FC_DEBUG
catch (...) {
Base::Console().Error("Primitive::Restore: Unknown C++ exception thrown");
Base::Console().Error("Primitive::Restore: Unknown C++ exception thrown\n");
}
#endif

View File

@@ -180,7 +180,7 @@ void Transformed::Restore(Base::XMLReader &reader)
}
#ifndef FC_DEBUG
catch (...) {
Base::Console().Error("Primitive::Restore: Unknown C++ exception thrown");
Base::Console().Error("Primitive::Restore: Unknown C++ exception thrown\n");
}
#endif

View File

@@ -441,7 +441,7 @@ void DrawPage::Restore(Base::XMLReader &reader)
}
#ifndef FC_DEBUG
catch (...) {
Base::Console().Error("PropertyContainer::Restore: Unknown C++ exception thrown");
Base::Console().Error("PropertyContainer::Restore: Unknown C++ exception thrown\n");
}
#endif

View File

@@ -336,7 +336,7 @@ void DrawView::Restore(Base::XMLReader &reader)
}
#ifndef FC_DEBUG
catch (...) {
Base::Console().Error("PropertyContainer::Restore: Unknown C++ exception thrown");
Base::Console().Error("PropertyContainer::Restore: Unknown C++ exception thrown\n");
}
#endif

View File

@@ -200,7 +200,7 @@ void DrawViewArch::Restore(Base::XMLReader &reader)
}
#ifndef FC_DEBUG
catch (...) {
Base::Console().Error("PropertyContainer::Restore: Unknown C++ exception thrown");
Base::Console().Error("PropertyContainer::Restore: Unknown C++ exception thrown\n");
}
#endif

View File

@@ -202,7 +202,7 @@ void DrawViewDraft::Restore(Base::XMLReader &reader)
}
#ifndef FC_DEBUG
catch (...) {
Base::Console().Error("PropertyContainer::Restore: Unknown C++ exception thrown");
Base::Console().Error("PropertyContainer::Restore: Unknown C++ exception thrown\n");
}
#endif