FEM: remove trailing whitespaces

This commit is contained in:
Bernd Hahnebach
2016-04-14 19:43:47 +02:00
committed by wmayer
parent 14eb6869a9
commit b58e37b950
65 changed files with 217 additions and 217 deletions

View File

@@ -55,6 +55,6 @@ PyObject *FemSetGeometryObject::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);
}