Salome HOME
Satisfy coding style (lines <= 100 symbols)
authorazv <azv@opencascade.com>
Mon, 4 Dec 2017 08:09:54 +0000 (11:09 +0300)
committerazv <azv@opencascade.com>
Mon, 4 Dec 2017 08:09:54 +0000 (11:09 +0300)
src/FeaturesPlugin/FeaturesPlugin_Fillet.cpp

index 958336bcf677b9a99e954912ede35bf2f58a612b..0df54c18949b68ce1e28861c372e3c8cd290f4c4 100644 (file)
@@ -214,14 +214,14 @@ void FeaturesPlugin_Fillet::loadNamingDS(
   const std::string aFilletFaceName = "Fillet_Face";
 
   // Store modified faces
-  theResultBody->loadAndOrientModifiedShapes(theMakeShape.get(), theBaseShape, GeomAPI_Shape::FACE,
-      aModifyTag, aModFaceName, *aMapOfShapes);
+  theResultBody->loadAndOrientModifiedShapes(theMakeShape.get(), theBaseShape,
+      GeomAPI_Shape::FACE, aModifyTag, aModFaceName, *aMapOfShapes);
 
   // Store new faces generated from edges and vertices
-  theResultBody->loadAndOrientGeneratedShapes(theMakeShape.get(), theBaseShape, GeomAPI_Shape::EDGE,
-      aGeneratedTag, aFilletFaceName, *aMapOfShapes);
-  theResultBody->loadAndOrientGeneratedShapes(theMakeShape.get(), theBaseShape, GeomAPI_Shape::VERTEX,
-      aGeneratedTag, aFilletFaceName, *aMapOfShapes);
+  theResultBody->loadAndOrientGeneratedShapes(theMakeShape.get(), theBaseShape,
+      GeomAPI_Shape::EDGE, aGeneratedTag, aFilletFaceName, *aMapOfShapes);
+  theResultBody->loadAndOrientGeneratedShapes(theMakeShape.get(), theBaseShape,
+      GeomAPI_Shape::VERTEX, aGeneratedTag, aFilletFaceName, *aMapOfShapes);
 
   // Deleted shapes
   theResultBody->loadDeletedShapes(theMakeShape.get(), theBaseShape,