App: Apply clang format (part 1)

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

View File

@@ -31,7 +31,7 @@
namespace App
{
class AppExport DocumentObjectFileIncluded : public DocumentObject
class AppExport DocumentObjectFileIncluded: public DocumentObject
{
PROPERTY_HEADER_WITH_OVERRIDE(App::DocumentObjectFileIncluded);
@@ -42,16 +42,16 @@ public:
/// returns the type name of the ViewProvider
const char* getViewProviderName() const override {
const char* getViewProviderName() const override
{
return "Gui::ViewProviderDocumentObject";
}
/// Properties
PropertyFileIncluded File;
};
} //namespace App
} // namespace App
#endif // APP_DOCUMENTOBJECTFILEINCLUDED_H
#endif // APP_DOCUMENTOBJECTFILEINCLUDED_H