From 323de17dd6f938d4d797bb38d52553780de9bcb5 Mon Sep 17 00:00:00 2001 From: azv Date: Mon, 4 Dec 2017 11:09:54 +0300 Subject: [PATCH] Satisfy coding style (lines <= 100 symbols) --- src/FeaturesPlugin/FeaturesPlugin_Fillet.cpp | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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, -- 2.39.2