]> SALOME platform Git repositories - modules/shaper.git/commitdiff
Salome HOME
Fix code formatting
authorazv <azv@opencascade.com>
Wed, 28 Dec 2016 04:30:58 +0000 (07:30 +0300)
committerazv <azv@opencascade.com>
Wed, 28 Dec 2016 04:30:58 +0000 (07:30 +0300)
src/ModelHighAPI/ModelHighAPI_Dumper.cpp

index 180b5c16fe3a50c8448a01e58c9108960cda8a6d..819d200c8b986b249ef270c18325eec642c4cfde 100644 (file)
@@ -634,10 +634,12 @@ ModelHighAPI_Dumper& ModelHighAPI_Dumper::operator<<(const FeaturePtr& theEntity
     const std::list<ResultPtr>& aResults = theEntity->results();
     std::list<ResultPtr>::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