improve whitespaces

This commit is contained in:
wmayer
2018-01-22 20:06:12 +01:00
parent 90cd417fe4
commit b863d1df75
3 changed files with 57 additions and 66 deletions

View File

@@ -330,7 +330,6 @@ void Body::insertObject(App::DocumentObject* feature, App::DocumentObject* targe
// Set the BaseFeature property
setBaseProperty(feature);
}
void Body::setBaseProperty(App::DocumentObject* feature)
@@ -340,7 +339,7 @@ void Body::setBaseProperty(App::DocumentObject* feature)
App::DocumentObject* prevSolidFeature = getPrevSolidFeature(feature);
// NULL is ok here, it just means we made the current one fiature the base solid
static_cast<PartDesign::Feature*>(feature)->BaseFeature.setValue(prevSolidFeature);
// Reroute the next solid feature's BaseFeature property to this feature
App::DocumentObject* nextSolidFeature = getNextSolidFeature(feature);
if (nextSolidFeature) {