Cleanup: trailing space for freestyle

This commit is contained in:
2018-06-17 17:05:14 +02:00
parent e74bd46ede
commit 410880552b
83 changed files with 164 additions and 164 deletions

View File

@@ -222,7 +222,7 @@ static int ViewShape_vertices_set(BPy_ViewShape *self, PyObject *value, void *UN
{
PyObject *item;
vector< ViewVertex *> v;
if (!PyList_Check(value)) {
PyErr_SetString(PyExc_TypeError, "value must be a list of ViewVertex objects");
return -1;