App: Apply clang format (part 1)

This commit is contained in:
wmayer
2024-11-15 17:43:49 +01:00
committed by wwmayer
parent 463cc08f3f
commit 6f5259af26
124 changed files with 6733 additions and 4886 deletions

View File

@@ -32,7 +32,8 @@
namespace App
{
class AppExport DocumentObjectGroup : public DocumentObject, public GroupExtension {
class AppExport DocumentObjectGroup: public DocumentObject, public GroupExtension
{
PROPERTY_HEADER_WITH_EXTENSIONS(App::DocumentObjectGroup);
@@ -42,17 +43,18 @@ public:
~DocumentObjectGroup() override;
/// returns the type name of the ViewProvider
const char* getViewProviderName() const override {
const char* getViewProviderName() const override
{
return "Gui::ViewProviderDocumentObjectGroup";
}
PyObject *getPyObject() override;
PyObject* getPyObject() override;
};
using DocumentObjectGroupPython = App::FeaturePythonT<DocumentObjectGroup>;
} //namespace App
} // namespace App
#endif // APP_DOCUMENTOBJECTGROUP_H
#endif // APP_DOCUMENTOBJECTGROUP_H