From 833c2c601e3d3a607cc43de98efbe91e5efe3455 Mon Sep 17 00:00:00 2001 From: wmayer Date: Sat, 9 Jun 2018 11:47:12 +0200 Subject: [PATCH] add missing newlines --- src/App/DynamicProperty.cpp | 2 +- src/App/ExtensionContainer.cpp | 2 +- src/App/PropertyContainer.cpp | 2 +- src/Mod/Part/App/PrimitiveFeature.cpp | 2 +- src/Mod/PartDesign/App/FeatureTransformed.cpp | 2 +- src/Mod/TechDraw/App/DrawPage.cpp | 2 +- src/Mod/TechDraw/App/DrawView.cpp | 2 +- src/Mod/TechDraw/App/DrawViewArch.cpp | 2 +- src/Mod/TechDraw/App/DrawViewDraft.cpp | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/src/App/DynamicProperty.cpp b/src/App/DynamicProperty.cpp index 343ae84f63..e471787cc6 100644 --- a/src/App/DynamicProperty.cpp +++ b/src/App/DynamicProperty.cpp @@ -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 } diff --git a/src/App/ExtensionContainer.cpp b/src/App/ExtensionContainer.cpp index 627719a931..461566a42f 100644 --- a/src/App/ExtensionContainer.cpp +++ b/src/App/ExtensionContainer.cpp @@ -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 diff --git a/src/App/PropertyContainer.cpp b/src/App/PropertyContainer.cpp index 86052ab416..2ca7f95d1b 100644 --- a/src/App/PropertyContainer.cpp +++ b/src/App/PropertyContainer.cpp @@ -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 diff --git a/src/Mod/Part/App/PrimitiveFeature.cpp b/src/Mod/Part/App/PrimitiveFeature.cpp index 1488a1c94a..aa18813d8a 100644 --- a/src/Mod/Part/App/PrimitiveFeature.cpp +++ b/src/Mod/Part/App/PrimitiveFeature.cpp @@ -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 diff --git a/src/Mod/PartDesign/App/FeatureTransformed.cpp b/src/Mod/PartDesign/App/FeatureTransformed.cpp index b4ce20879c..02c2aa8fc4 100644 --- a/src/Mod/PartDesign/App/FeatureTransformed.cpp +++ b/src/Mod/PartDesign/App/FeatureTransformed.cpp @@ -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 diff --git a/src/Mod/TechDraw/App/DrawPage.cpp b/src/Mod/TechDraw/App/DrawPage.cpp index db10f9c8b1..b326c51863 100644 --- a/src/Mod/TechDraw/App/DrawPage.cpp +++ b/src/Mod/TechDraw/App/DrawPage.cpp @@ -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 diff --git a/src/Mod/TechDraw/App/DrawView.cpp b/src/Mod/TechDraw/App/DrawView.cpp index eef4736df7..8b0da87bf8 100644 --- a/src/Mod/TechDraw/App/DrawView.cpp +++ b/src/Mod/TechDraw/App/DrawView.cpp @@ -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 diff --git a/src/Mod/TechDraw/App/DrawViewArch.cpp b/src/Mod/TechDraw/App/DrawViewArch.cpp index 8c0cbb7f6d..21145712fc 100644 --- a/src/Mod/TechDraw/App/DrawViewArch.cpp +++ b/src/Mod/TechDraw/App/DrawViewArch.cpp @@ -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 diff --git a/src/Mod/TechDraw/App/DrawViewDraft.cpp b/src/Mod/TechDraw/App/DrawViewDraft.cpp index 874755dca3..5b1a8852d3 100644 --- a/src/Mod/TechDraw/App/DrawViewDraft.cpp +++ b/src/Mod/TechDraw/App/DrawViewDraft.cpp @@ -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