Mesh: remove trailing whitespace

This commit is contained in:
luz paz
2022-11-10 06:41:42 -05:00
committed by Chris Hennes
parent 0c83a17ce8
commit 390e09db32
102 changed files with 632 additions and 633 deletions

View File

@@ -43,7 +43,7 @@ std::string EdgePy::representation() const
str << "(" << ptr->_aclPoints[1].x << ", " << ptr->_aclPoints[1].y << ", " << ptr->_aclPoints[1].z << ", Idx=" << ptr->PIndex[1] << "), ";
str << "Idx=" << ptr->Index << ", (" << ptr->NIndex[0] << ", " << ptr->NIndex[1] << ")";
str << ")";
return str.str();
}
@@ -189,5 +189,5 @@ PyObject *EdgePy::getCustomAttributes(const char* /*attr*/) const
int EdgePy::setCustomAttributes(const char* /*attr*/, PyObject * /*obj*/)
{
return 0;
return 0;
}