Mesh: remove trailing whitespace
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user