FEM: remove trailing whitespaces
This commit is contained in:
@@ -60,7 +60,7 @@ PyObject *FemAnalysis::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);
|
||||
}
|
||||
|
||||
void FemAnalysis::onChanged(const Property* prop)
|
||||
|
||||
Reference in New Issue
Block a user