improve whitespaces

This commit is contained in:
wmayer
2018-10-18 23:31:55 +02:00
parent 31123b4ead
commit 869fb99595
4 changed files with 87 additions and 87 deletions

View File

@@ -197,10 +197,10 @@ void ViewProviderDocumentObject::attach(App::DocumentObject *pcObj)
const char* defmode = this->getDefaultDisplayMode();
if (defmode)
DisplayMode.setValue(defmode);
//attach the extensions
auto vector = getExtensionsDerivedFromType<Gui::ViewProviderExtension>();
for(Gui::ViewProviderExtension* ext : vector)
for (Gui::ViewProviderExtension* ext : vector)
ext->extensionAttach(pcObj);
}