Part: remove trailing whitespace

This commit is contained in:
luzpaz
2025-08-31 08:09:51 -04:00
committed by Chris Hennes
parent 970f771127
commit e30408eec7
25 changed files with 91 additions and 92 deletions

View File

@@ -105,7 +105,7 @@ TopoDS_Shape getLocatedShape(const App::SubObjectT& subject, Base::Matrix4D* mat
Part::TopoShape shape = Part::Feature::getTopoShape(
obj,
Part::ShapeOption::ResolveLink
Part::ShapeOption::ResolveLink
| Part::ShapeOption::Transform,
subject.getElementName(),
mat);