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

@@ -31,7 +31,7 @@
namespace App
{
class AppExport InventorObject : public GeoFeature
class AppExport InventorObject: public GeoFeature
{
PROPERTY_HEADER_WITH_OVERRIDE(App::InventorObject);
@@ -41,20 +41,22 @@ public:
~InventorObject() override;
/// returns the type name of the ViewProvider
const char* getViewProviderName() const override {
const char* getViewProviderName() const override
{
return "Gui::ViewProviderInventorObject";
}
DocumentObjectExecReturn *execute() override {
DocumentObjectExecReturn* execute() override
{
return DocumentObject::StdReturn;
}
short mustExecute() const override;
PyObject *getPyObject() override;
PyObject* getPyObject() override;
PropertyString Buffer;
PropertyString FileName;
};
} //namespace App
} // namespace App
#endif // APP_INVENTOROBJECT_H
#endif // APP_INVENTOROBJECT_H