Fix whitespace

This commit is contained in:
younghang
2022-05-18 09:36:16 +08:00
committed by GitHub
parent 72e4dcde88
commit 5ebf236732

View File

@@ -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();