From: azv Date: Mon, 4 Dec 2017 08:09:54 +0000 (+0300) Subject: Satisfy coding style (lines <= 100 symbols) X-Git-Tag: V_2.10.0RC~115 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=323de17dd6f938d4d797bb38d52553780de9bcb5;p=modules%2Fshaper.git Satisfy coding style (lines <= 100 symbols) --- diff --git a/src/FeaturesPlugin/FeaturesPlugin_Fillet.cpp b/src/FeaturesPlugin/FeaturesPlugin_Fillet.cpp index 958336bcf..0df54c189 100644 --- a/src/FeaturesPlugin/FeaturesPlugin_Fillet.cpp +++ b/src/FeaturesPlugin/FeaturesPlugin_Fillet.cpp @@ -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,