]> SALOME platform Git repositories - modules/shaper.git/commitdiff
Salome HOME
Correcting ggoglestyle warnings.
authorClarisse Genrault <clarisse.genrault@cea.fr>
Tue, 3 Oct 2017 07:42:26 +0000 (09:42 +0200)
committerClarisse Genrault <clarisse.genrault@cea.fr>
Tue, 3 Oct 2017 07:42:26 +0000 (09:42 +0200)
src/PrimitivesPlugin/PrimitivesPlugin_Cone.cpp
src/PrimitivesPlugin/PrimitivesPlugin_Sphere.cpp
src/PrimitivesPlugin/PrimitivesPlugin_Torus.cpp

index 4d92398d737e38ab3d668b84a40e13a56b15a85d..2c2916586faf73884dc1a01fe6be55f172f3d4ee 100644 (file)
@@ -155,7 +155,7 @@ void PrimitivesPlugin_Cone::loadNamingDS(std::shared_ptr<GeomAlgoAPI_Cone> theCo
     theResultCone->generated(aFace, (*it).first, num++);
     nbFaces++;
   }
-  
+
   if (nbFaces == 2) {
     // Naming vertices
     GeomAPI_DataMapOfShapeShape aVertices;
index e6376b270eafda1bb6995087979255975a50aba6..c01d2b2fb73ba92e9b3c44427525b244a4dea460 100644 (file)
@@ -114,7 +114,7 @@ void PrimitivesPlugin_Sphere::loadNamingDS(std::shared_ptr<GeomAlgoAPI_Sphere> t
     std::shared_ptr<GeomAPI_Shape> aFace = (*it).second;
     theResultSphere->generated(aFace, (*it).first, num++);
   }
-  
+
   // Naming vertices
   GeomAPI_DataMapOfShapeShape aVertices;
   GeomAPI_ShapeExplorer aVertExp(theSphereAlgo->shape(), GeomAPI_Shape::VERTEX);
index bd5a8851b766a0a76a851838dd8a6a8b9193022c..a086def17e8aa7171a97ac95766409bf36cd9883 100644 (file)
@@ -150,7 +150,7 @@ void PrimitivesPlugin_Torus::loadNamingDS(std::shared_ptr<GeomAlgoAPI_Torus> the
     std::shared_ptr<GeomAPI_Shape> aFace = (*it).second;
     theResultTorus->generated(aFace, (*it).first, num++);
   }
-  
+
   // Naming of edges
   GeomAPI_DataMapOfShapeShape anEdges;
   GeomAPI_ShapeExplorer anEdgeExp(theTorusAlgo->shape(), GeomAPI_Shape::EDGE);