Salome HOME
Issue #1860: fix end lines with spaces
[modules/shaper.git] / src / GeomAlgoAPI / GeomAlgoAPI_Pipe.cpp
index ca7b81140cf61a90f799688251e681f6af628c46..8c1bef7bdd460eb2dda4bd366906cead2d5f84e6 100644 (file)
@@ -183,7 +183,7 @@ void GeomAlgoAPI_Pipe::build(const ListOfShape& theBaseShapes,
                              const ListOfShape& theLocations,
                              const GeomShapePtr thePathShape)
 {
-  if(theBaseShapes.empty() || 
+  if(theBaseShapes.empty() ||
      (!theLocations.empty() && theLocations.size() != theBaseShapes.size())) {
     return;
   }