Salome HOME
Issue #1834: Fix length of lines
[modules/shaper.git] / src / SketchPlugin / SketchPlugin_ConstraintPerpendicular.cpp
index c7e327fa13d481d1da4baf6cbb702f0b683601e4..30817fdc9a9141aac4f4a9b2b2dd75f3e90a345d 100644 (file)
@@ -41,8 +41,8 @@ AISObjectPtr SketchPlugin_ConstraintPerpendicular::getAISObject(AISObjectPtr the
   if (!sketch())
     return thePrevious;
 
-  AISObjectPtr anAIS = SketcherPrs_Factory::perpendicularConstraint(this, sketch()->coordinatePlane(),
-                                                                    thePrevious);
+  AISObjectPtr anAIS = SketcherPrs_Factory::perpendicularConstraint(this, 
+    sketch()->coordinatePlane(), thePrevious);
   return anAIS;
 }