CAM: apply precommit

This commit is contained in:
Adrian Insaurralde Avalos
2024-09-03 14:54:36 -04:00
parent 261ef09348
commit a17a3cf6d7
337 changed files with 26842 additions and 25585 deletions

View File

@@ -35,7 +35,7 @@
namespace Path
{
class PathExport FeatureShape : public Path::Feature
class PathExport FeatureShape: public Path::Feature
{
PROPERTY_HEADER_WITH_OVERRIDE(Path::FeatureShape);
@@ -52,23 +52,23 @@ public:
//@{
/// recalculate the feature
App::DocumentObjectExecReturn *execute() override;
App::DocumentObjectExecReturn* execute() override;
//@}
/// returns the type name of the ViewProvider
const char* getViewProviderName() const override {
const char* getViewProviderName() const override
{
return "PathGui::ViewProviderPathShape";
}
protected:
/// get called by the container when a property has changed
//void onChanged (const App::Property* prop) override;
// void onChanged (const App::Property* prop) override;
};
using FeatureShapePython = App::FeaturePythonT<FeatureShape>;
} //namespace Path
} // namespace Path
#endif // PATH_FeaturePathShape_H
#endif // PATH_FeaturePathShape_H