]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/Model/Model_ResultConstruction.cpp
Salome HOME
Issue #1860: fix end lines with spaces
[modules/shaper.git] / src / Model / Model_ResultConstruction.cpp
index c1fea070837f1854f1be7aeb0b692dd846724ebb..d48fd305bce7b7df2f7fb8829923f3f91b1ebd01 100644 (file)
@@ -53,7 +53,7 @@ void Model_ResultConstruction::setIsInHistory(const bool isInHistory)
 int Model_ResultConstruction::facesNum()
 {
   if (!myFacesUpToDate) {
-    std::shared_ptr<GeomAPI_PlanarEdges> aWirePtr = 
+    std::shared_ptr<GeomAPI_PlanarEdges> aWirePtr =
       std::dynamic_pointer_cast<GeomAPI_PlanarEdges>(myShape);
     if (aWirePtr.get()) {
       std::list<std::shared_ptr<GeomAPI_Shape> > aFaces;