Fix various trailing whitespace issues and typos

This commit is contained in:
luzpaz
2023-02-19 11:57:23 +00:00
committed by Chris Hennes
parent 902566c6ce
commit c14f58d6f3
6 changed files with 16 additions and 16 deletions

View File

@@ -450,7 +450,7 @@ void gPntToTuple(double* result, gp_Pnt& p)
}
point3D gPntTopoint3D(gp_Pnt& p)
{
{
point3D result;
result.x = p.X();
result.y = p.Y();