App: fix xml indentation in PropertyContainer::Save

This commit is contained in:
Zheng, Lei
2019-08-09 11:18:02 +08:00
committed by wmayer
parent 75f974b1a1
commit a228f3c11b

View File

@@ -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() << "</Property>" << std::endl;
continue;
}