[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
This commit is contained in:
pre-commit-ci[bot]
2025-03-22 17:42:39 +00:00
committed by Benjamin Nauck
parent b38170cb02
commit 44e15af433
23 changed files with 223 additions and 157 deletions

View File

@@ -92,7 +92,9 @@ protected:
void unsetupObject() override;
// update documents
void handleChangedPropertyName(Base::XMLReader &reader, const char * TypeName, const char *PropName) override;
void handleChangedPropertyName(Base::XMLReader& reader,
const char* TypeName,
const char* PropName) override;
};
// ---------------------------------------------------------------------------