Part: remove trailing whitespace

This commit is contained in:
luz paz
2022-11-15 14:51:24 -05:00
committed by Chris Hennes
parent a6133a583a
commit 6e542b6fad
174 changed files with 757 additions and 757 deletions

View File

@@ -121,7 +121,7 @@ App::DocumentObjectExecReturn *MultiCommon::execute()
// Let's call algorithm computing a fuse operation:
BRepAlgoAPI_Common mkCommon(resShape, *it);
// Let's check if the fusion has been successful
if (!mkCommon.IsDone())
if (!mkCommon.IsDone())
throw BooleanException("Intersection failed");
resShape = mkCommon.Shape();