Skip to content

Commit

Permalink
Fix whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
younghang committed May 18, 2022
1 parent 5ae3a08 commit a21a5a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Mod/Path/App/Area.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit a21a5a2

Please sign in to comment.