App: [skip ci] whitespace improvements

This commit is contained in:
wmayer
2022-08-24 10:43:56 +02:00
parent a899f078bd
commit 949b43aabb
7 changed files with 47 additions and 51 deletions

View File

@@ -56,12 +56,12 @@ public:
std::string getViewProviderName();
PyObject *getPyObject();
bool getSubObject(App::DocumentObject *&ret, const char *subname, PyObject **pyObj,
bool getSubObject(App::DocumentObject *&ret, const char *subname, PyObject **pyObj,
Base::Matrix4D *mat, bool transform, int depth) const;
bool getSubObjects(std::vector<std::string> &ret, int reason) const;
bool getLinkedObject(App::DocumentObject *&ret, bool recurse,
bool getLinkedObject(App::DocumentObject *&ret, bool recurse,
Base::Matrix4D *mat, bool transform, int depth) const;
ValueT canLinkProperties() const;