App: Apply clang format (part 1)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user