FEM: remove trailing whitespaces
This commit is contained in:
@@ -55,6 +55,6 @@ PyObject *FemSetFacesObject::getPyObject()
|
||||
// ref counter is set to 1
|
||||
PythonObject = Py::Object(new DocumentObjectPy(this),true);
|
||||
}
|
||||
return Py::new_reference_to(PythonObject);
|
||||
return Py::new_reference_to(PythonObject);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user