]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/GeomAPI/GeomAPI_Lin.cpp
Salome HOME
Issue #1860: fix end lines with spaces
[modules/shaper.git] / src / GeomAPI / GeomAPI_Lin.cpp
index 1c980e01733dbbb97b91cb07d6eee77a6f96437d..348bf01a803c5b2d43e10934bc77c689c451aab3 100644 (file)
@@ -117,7 +117,7 @@ bool GeomAPI_Lin::contains(const std::shared_ptr<GeomAPI_Pnt> thePoint,
 
 bool GeomAPI_Lin::isParallel(const std::shared_ptr<GeomAPI_Lin> theLin) const
 {
-  return MY_LIN->Direction().IsParallel(theLin->impl<gp_Lin>().Direction(), 
+  return MY_LIN->Direction().IsParallel(theLin->impl<gp_Lin>().Direction(),
                                         Precision::Confusion()) == Standard_True;
 }