All: Reformat according to new standard
This commit is contained in:
committed by
Kacper Donat
parent
eafd18dac0
commit
25c3ba7338
@@ -31,9 +31,10 @@
|
||||
|
||||
#include <Mod/Part/PartGlobal.h>
|
||||
|
||||
namespace PartGui {
|
||||
namespace PartGui
|
||||
{
|
||||
|
||||
class PartGuiExport ViewProviderCustom : public ViewProviderPart
|
||||
class PartGuiExport ViewProviderCustom: public ViewProviderPart
|
||||
{
|
||||
PROPERTY_HEADER_WITH_OVERRIDE(PartGui::ViewProviderCustom);
|
||||
|
||||
@@ -52,8 +53,7 @@ protected:
|
||||
using ViewProviderPython = Gui::ViewProviderFeaturePythonT<ViewProviderPart>;
|
||||
using ViewProviderCustomPython = Gui::ViewProviderFeaturePythonT<ViewProviderCustom>;
|
||||
|
||||
} // namespace PartGui
|
||||
} // namespace PartGui
|
||||
|
||||
|
||||
#endif // PARTGUI_VIEWPROVIDERPYTHON_H
|
||||
|
||||
#endif // PARTGUI_VIEWPROVIDERPYTHON_H
|
||||
|
||||
Reference in New Issue
Block a user