Salome HOME
Remove trailing whitespaces
[modules/shaper.git] / src / GeomAlgoAPI / GeomAlgoAPI_Symmetry.cpp
index e8f4db197687fd73eb40d16a4b6449e8992e0eb2..dedd3caa91e66d244c419f4b8af0e05ba79feb75 100644 (file)
@@ -105,9 +105,9 @@ void GeomAlgoAPI_Symmetry::build()
       return;
     }
   }
-  
+
   const TopoDS_Shape& aSourceShape = mySourceShape->impl<TopoDS_Shape>();
-  
+
   if(aSourceShape.IsNull()) {
     myError = "Mirror builder :: source shape does not contain any actual shape.";
     return;