Gui: fix trailing whitespace

This commit is contained in:
luz paz
2022-12-02 17:55:44 -05:00
committed by Chris Hennes
parent ad2de02d0c
commit c16e88845b
44 changed files with 287 additions and 287 deletions

View File

@@ -116,7 +116,7 @@ QIcon ViewProviderPart::getIcon() const
const char* pixmap = sPixmap;
// if it's flagged as an Assembly in its Type, it gets another icon
if (part->Type.getStrValue() == "Assembly") { pixmap = aPixmap; }
return mergeGreyableOverlayIcons (Gui::BitmapFactory().pixmap(pixmap));
}