diff --git a/src/Mod/Path/App/Area.cpp b/src/Mod/Path/App/Area.cpp index d5f427a737..1f8d0b73ac 100644 --- a/src/Mod/Path/App/Area.cpp +++ b/src/Mod/Path/App/Area.cpp @@ -2613,9 +2613,9 @@ struct ShapeInfo{ if(edge.IsEqual(mySupport)) { //to fix PointProjectionFailed. GeomAPI_ProjectPointOnCurve gpp; - gpp.Init( myBestPt,curve); + gpp.Init(myBestPt, curve); gpp.Perform(myBestPt); - myBestPt= gpp.NearestPoint(); + myBestPt = gpp.NearestPoint(); gpp.Perform(pprev); pprev = gpp.NearestPoint();