Salome HOME
Issue #2082 Sketch multiple rotation does not work as expected: debug information
[modules/shaper.git] / src / SketchPlugin / SketchPlugin_ConstraintCoincidence.cpp
index 5fa7f0f075a1e8848f46794f8c7568ebb502df23..3cc02a863e73f99b635880abcd94b982366ebcc6 100644 (file)
@@ -101,8 +101,8 @@ AttributePoint2DPtr SketchPlugin_ConstraintCoincidence::getPoint(const FeaturePt
 }
 
 void SketchPlugin_ConstraintCoincidence::createCoincidenceFeature(SketchPlugin_Sketch* theSketch,
-                                                  const std::shared_ptr<GeomDataAPI_Point2D>& thePoint1,
-                                                  const std::shared_ptr<GeomDataAPI_Point2D>& thePoint2)
+                                           const std::shared_ptr<GeomDataAPI_Point2D>& thePoint1,
+                                           const std::shared_ptr<GeomDataAPI_Point2D>& thePoint2)
 {
   FeaturePtr aFeature;
   if (theSketch) {