remove trailing spaces

This commit is contained in:
wmayer
2018-11-05 10:53:01 +01:00
parent 0e9334aec2
commit a67ee5648c
5 changed files with 35 additions and 42 deletions

View File

@@ -112,7 +112,7 @@ public:
/// Copy the constraints instead of cloning them and copying the expressions if any
int addCopyOfConstraints(const SketchObject &orig);
/// add constraint
int addConstraint(const Constraint *constraint);
int addConstraint(const Constraint *constraint);
/// delete constraint
int delConstraint(int ConstrId);
int delConstraints(std::vector<int> ConstrIds, bool updategeometry=true);
@@ -178,7 +178,7 @@ public:
int getDriving(int ConstrId, bool &isdriving);
/// toggle the driving status of this constraint
int toggleDriving(int ConstrId);
/// Make all dimensionals Driving/non-Driving
int setDatumsDriving(bool isdriving);
/// Move Dimensional constraints at the end of the properties array
@@ -413,8 +413,8 @@ protected:
\retval list - the supported geometry list
*/
std::vector<Part::Geometry *> supportedGeometry(const std::vector<Part::Geometry *> &geoList) const;
// refactoring functions
// check whether constraint may be changed driving status
int testDrivingChange(int ConstrId, bool isdriving);