A big code clean-up patch from Bastien Montagne, many thanks!
This commit is contained in:
@@ -51,7 +51,7 @@ static char TrueUP1D___doc__[] =
|
||||
" :return: True.\n"
|
||||
" :rtype: bool\n";
|
||||
|
||||
static int TrueUP1D___init__(BPy_TrueUP1D* self, PyObject *args, PyObject *kwds)
|
||||
static int TrueUP1D___init__(BPy_TrueUP1D *self, PyObject *args, PyObject *kwds)
|
||||
{
|
||||
static const char *kwlist[] = {NULL};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user