Trim lines ending with superfluous whitespace

This commit is contained in:
luzpaz
2024-12-22 12:57:15 +00:00
committed by Chris Hennes
parent b0a29fde31
commit 2902ea4995
28 changed files with 48 additions and 48 deletions

View File

@@ -199,7 +199,7 @@ void SweepWidget::findShapes()
}
}
if (!shape.Infinite() &&
if (!shape.Infinite() &&
(shape.ShapeType() == TopAbs_FACE ||
shape.ShapeType() == TopAbs_WIRE ||
shape.ShapeType() == TopAbs_EDGE ||