All: Reformat according to new standard
This commit is contained in:
committed by
Kacper Donat
parent
eafd18dac0
commit
25c3ba7338
@@ -21,7 +21,6 @@
|
||||
***************************************************************************/
|
||||
|
||||
|
||||
|
||||
#include <App/DocumentObject.h>
|
||||
|
||||
#include "ViewProviderFeature.h"
|
||||
@@ -35,12 +34,12 @@ PROPERTY_SOURCE(Gui::ViewProviderFeature, Gui::ViewProviderDocumentObject)
|
||||
ViewProviderFeature::ViewProviderFeature()
|
||||
{
|
||||
Base::Color c;
|
||||
ADD_PROPERTY(ColourList,(c));
|
||||
ADD_PROPERTY(ColourList, (c));
|
||||
}
|
||||
|
||||
ViewProviderFeature::~ViewProviderFeature() = default;
|
||||
|
||||
void ViewProviderFeature::attach(App::DocumentObject *pcObj)
|
||||
void ViewProviderFeature::attach(App::DocumentObject* pcObj)
|
||||
{
|
||||
ViewProviderDocumentObject::attach(pcObj);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user