diff --git a/src/App/PropertyContainer.cpp b/src/App/PropertyContainer.cpp index a11ca4febe..27098f5af6 100644 --- a/src/App/PropertyContainer.cpp +++ b/src/App/PropertyContainer.cpp @@ -272,6 +272,7 @@ void PropertyContainer::Save (Base::Writer &writer) const if(it->second->testStatus(Property::Transient) || it->second->getType() & Prop_Transient) { + writer.decInd(); writer.Stream() << "" << std::endl; continue; }