Salome HOME
Meet the coding style (line length <= 100)
[modules/shaper.git] / src / GeomAPI / GeomAPI_Dir.cpp
index 52cab10c0794dec65413957b979aefd33d9ab9a3..cbd8880a0977d0f4719a437897fcebbe47d3b591 100644 (file)
@@ -63,7 +63,7 @@ double GeomAPI_Dir::angle(const std::shared_ptr<GeomAPI_Dir>& theArg) const
   return MY_DIR->Angle(theArg->impl<gp_Dir>());
 }
 
-bool GeomAPI_Dir::isParallel(const std::shared_ptr<GeomAPI_Dir> theDir, 
+bool GeomAPI_Dir::isParallel(const std::shared_ptr<GeomAPI_Dir> theDir,
                              const double theTolerance) const
 {
   return MY_DIR->IsParallel(theDir->impl<gp_Dir>(), theTolerance) == Standard_True;