remove trailing spaces

This commit is contained in:
wmayer
2018-11-05 10:53:01 +01:00
parent dedf42102e
commit c1f19d3854
5 changed files with 35 additions and 42 deletions

View File

@@ -730,7 +730,7 @@ PyObject* SketchObjectPy::setDriving(PyObject *args)
PyObject* SketchObjectPy::setDatumsDriving(PyObject *args)
{
PyObject* driving;
if (!PyArg_ParseTuple(args, "O!", &PyBool_Type, &driving))
return 0;
@@ -746,7 +746,6 @@ PyObject* SketchObjectPy::setDatumsDriving(PyObject *args)
PyObject* SketchObjectPy::moveDatumsToEnd(PyObject *args)
{
if (!PyArg_ParseTuple(args, ""))
return 0;