Salome HOME
Fix too long line (>100 characters)
[modules/shaper.git] / src / FeaturesPlugin / FeaturesPlugin_Union.cpp
index c2385e93808972f81e654a1885d3c26f9292190f..257ba22bee1e096a04ca8a6c242d253cb0776b0a 100644 (file)
@@ -127,7 +127,8 @@ void FeaturesPlugin_Union::execute()
   ListOfShape anObjectsList = anObjects.Objects();
   aResultBody->storeModified(anObjectsList.front(), aShape);
 
-  for(ListOfShape::const_iterator anIter = anObjectsList.begin(); anIter != anObjectsList.end(); ++anIter) {
+  for(ListOfShape::const_iterator anIter = anObjectsList.begin();
+      anIter != anObjectsList.end(); ++anIter) {
     aResultBody->loadModifiedShapes(aMakeShapeList, *anIter, GeomAPI_Shape::EDGE);
     aResultBody->loadModifiedShapes(aMakeShapeList, *anIter, GeomAPI_Shape::FACE);
     //aResultBody->loadDeletedShapes(&aMakeShapeList, *anIter, GeomAPI_Shape::FACE, aDeletedTag);