PD: remove trailing whitespace

This commit is contained in:
luz paz
2022-11-09 22:10:32 -05:00
committed by wwmayer
parent bca27b0f6b
commit d265c9ff63
70 changed files with 533 additions and 533 deletions

View File

@@ -71,7 +71,7 @@ Base::Vector3d CoordinateSystem::getYAxis()
rot.multVec(Base::Vector3d(0,1,0), normal);
return normal;
}
Base::Vector3d CoordinateSystem::getZAxis()
{
Base::Rotation rot = Placement.getValue().getRotation();
@@ -80,7 +80,7 @@ Base::Vector3d CoordinateSystem::getZAxis()
return normal;
}
App::DocumentObject *CoordinateSystem::getSubObject(const char *subname,
App::DocumentObject *CoordinateSystem::getSubObject(const char *subname,
PyObject **pyObj, Base::Matrix4D *pmat, bool transform, int) const
{
if(pmat && transform)