From 5ebf236732e31226b98652720cfd16da54a449cf Mon Sep 17 00:00:00 2001 From: younghang <1179536490@qq.com> Date: Wed, 18 May 2022 09:36:16 +0800 Subject: [PATCH] Fix whitespace --- src/Mod/Path/App/Area.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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();