From: azv Date: Wed, 28 Dec 2016 04:30:58 +0000 (+0300) Subject: Fix code formatting X-Git-Tag: V_2.7.0~351^2~29 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=e41b56f4e683d7768dce26062e579b1bb901f6b4;p=modules%2Fshaper.git Fix code formatting --- diff --git a/src/ModelHighAPI/ModelHighAPI_Dumper.cpp b/src/ModelHighAPI/ModelHighAPI_Dumper.cpp index 180b5c16f..819d200c8 100644 --- a/src/ModelHighAPI/ModelHighAPI_Dumper.cpp +++ b/src/ModelHighAPI/ModelHighAPI_Dumper.cpp @@ -634,10 +634,12 @@ ModelHighAPI_Dumper& ModelHighAPI_Dumper::operator<<(const FeaturePtr& theEntity const std::list& aResults = theEntity->results(); std::list::const_iterator aResIt = aResults.begin(); for (; aResIt != aResults.end(); ++aResIt) - if (!myNames[*aResIt].myIsDefault || !isDefaultColor(*aResIt) || !isDefaultDeflection(*aResIt)) + if (!myNames[*aResIt].myIsDefault || !isDefaultColor(*aResIt) || + !isDefaultDeflection(*aResIt)) aResultsWithNameOrColor.push_back(*aResIt); // store just dumped entity to stack - myEntitiesStack.push(LastDumpedEntity(theEntity, isUserDefinedName, aResultsWithNameOrColor)); + myEntitiesStack.push( + LastDumpedEntity(theEntity, isUserDefinedName, aResultsWithNameOrColor)); } // remove entity from the list of not dumped items