Salome HOME
Add a unit-test for the Fillet feature interaction with other constraints
[modules/shaper.git] / src / SketchPlugin / SketchPlugin_ConstraintPerpendicular.cpp
index 30817fdc9a9141aac4f4a9b2b2dd75f3e90a345d..c03277b093b951420d25da99fa6ebc759428f2d5 100644 (file)
@@ -41,7 +41,7 @@ AISObjectPtr SketchPlugin_ConstraintPerpendicular::getAISObject(AISObjectPtr the
   if (!sketch())
     return thePrevious;
 
-  AISObjectPtr anAIS = SketcherPrs_Factory::perpendicularConstraint(this, 
+  AISObjectPtr anAIS = SketcherPrs_Factory::perpendicularConstraint(this,
     sketch()->coordinatePlane(), thePrevious);
   return anAIS;
 }