improve whitespaces

This commit is contained in:
wmayer
2018-10-18 23:31:55 +02:00
parent 1e6818b6fb
commit 3a6afac8b2
4 changed files with 87 additions and 87 deletions

View File

@@ -59,7 +59,7 @@ void GeoFeature::transformPlacement(const Base::Placement &transform)
Base::Placement GeoFeature::globalPlacement() const
{
auto* group = GeoFeatureGroupExtension::getGroupOfObject(this);
if(group) {
if (group) {
auto ext = group->getExtensionByType<GeoFeatureGroupExtension>();
return ext->globalGroupPlacement() * Placement.getValue();
}