add missing newlines
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user