App: fix xml indentation in PropertyContainer::Save
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user