Cleanup: trailing space for freestyle
This commit is contained in:
@@ -96,15 +96,15 @@ static int UnaryFunction1DVoid___init__(BPy_UnaryFunction1DVoid *self, PyObject
|
||||
|
||||
if (!PyArg_ParseTupleAndKeywords(args, kwds, "|O!", (char **)kwlist, &IntegrationType_Type, &obj))
|
||||
return -1;
|
||||
|
||||
|
||||
if (!obj)
|
||||
self->uf1D_void = new UnaryFunction1D_void();
|
||||
else {
|
||||
self->uf1D_void = new UnaryFunction1D_void(IntegrationType_from_BPy_IntegrationType(obj));
|
||||
}
|
||||
|
||||
|
||||
self->uf1D_void->py_uf1D = (PyObject *)self;
|
||||
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user