[Gui] [skip CI] Selection: a formatting style fix

This commit is contained in:
Uwe
2022-07-22 02:09:25 +02:00
parent 0105189304
commit 0a67a39065

View File

@@ -102,7 +102,8 @@ public:
pDocName = Object.getDocumentName().c_str();
pObjectName = Object.getObjectName().c_str();
pSubName = Object.getSubName().c_str();
if(typeName) TypeName = typeName;
if (typeName)
TypeName = typeName;
pTypeName = TypeName.c_str();
}