Mesh: remove trailing whitespace

This commit is contained in:
luz paz
2022-11-10 06:41:42 -05:00
committed by Chris Hennes
parent 356faf94da
commit c174e063f3
102 changed files with 632 additions and 633 deletions

View File

@@ -289,7 +289,7 @@ void MeshFaceAddition::showMarker(SoPickedPoint* pp)
int face_index = fd->getFaceIndex();
if (face_index >= (int)facets.size())
return;
// is a border facet picked?
// is a border facet picked?
MeshCore::MeshFacet f = facets[face_index];
if (!f.HasOpenEdge()) {
// check if a neighbour facet is at the border