Salome HOME
Sources formated according to the codeing standards
[modules/shaper.git] / src / SketchPlugin / SketchPlugin_ConstraintBase.cpp
index b743c0be340eed7339a860ce486d04d33ca79c51..f8ecab3651bc86b653991a2a36cf39d8d55a4a82 100644 (file)
@@ -5,7 +5,7 @@
 #include "SketchPlugin_ConstraintBase.h"
 
 AISObjectPtr SketchPlugin_ConstraintBase::getAISObject(AISObjectPtr thePrevious)
-{ 
+{
   return thePrevious;
 }
 
@@ -19,7 +19,8 @@ void SketchPlugin_ConstraintBase::move(const double theDeltaX, const double theD
 
 }
 
-double SketchPlugin_ConstraintBase::distanceToPoint(const boost::shared_ptr<GeomAPI_Pnt2d>& thePoint)
+double SketchPlugin_ConstraintBase::distanceToPoint(
+    const boost::shared_ptr<GeomAPI_Pnt2d>& thePoint)
 {
   return 0;
 }