Path: remove trailing whitespace

This commit is contained in:
luz paz
2022-11-16 18:34:33 -05:00
committed by wwmayer
parent 4c09fe0162
commit f13299a5a6
22 changed files with 126 additions and 126 deletions

View File

@@ -2646,7 +2646,7 @@ struct ShapeInfo {
if (mySupportEdge) {
//if best point is on some edge, split the edge in half
if (edge.IsEqual(mySupport)) {
//to fix PointProjectionFailed.
//to fix PointProjectionFailed.
GeomAPI_ProjectPointOnCurve gpp;
gpp.Init(myBestPt, curve);
gpp.Perform(myBestPt);