BIM: Trim trailing newlines

This commit is contained in:
luzpaz
2024-07-13 15:42:03 +00:00
committed by wwmayer
parent fc6120b8dd
commit 867c4d14a5
20 changed files with 36 additions and 36 deletions

View File

@@ -300,7 +300,7 @@ class BuildingPart(ArchIFC.IfcProduct):
def execute(self,obj):
"gather all the child shapes into a compound"
pl = obj.Placement
shapes,materialstable = self.getShapes(obj)
if shapes:
@@ -323,7 +323,7 @@ class BuildingPart(ArchIFC.IfcProduct):
obj.ViewObject.Proxy.onChanged(obj.ViewObject,"AutoGroupBox")
def getMovableChildren(self, obj):
"recursively get movable children"
result = []