Cleanup: remove redundant struct qualifiers
This commit is contained in:
@@ -461,7 +461,7 @@ static PyObject *pygpu_matrix_get_normal_matrix(PyObject *UNUSED(self))
|
||||
/** \name Module
|
||||
* \{ */
|
||||
|
||||
static struct PyMethodDef pygpu_matrix__tp_methods[] = {
|
||||
static PyMethodDef pygpu_matrix__tp_methods[] = {
|
||||
/* Manage Stack */
|
||||
{"push", (PyCFunction)pygpu_matrix_push, METH_NOARGS, pygpu_matrix_push_doc},
|
||||
{"pop", (PyCFunction)pygpu_matrix_pop, METH_NOARGS, pygpu_matrix_pop_doc},
|
||||
|
||||
Reference in New Issue
Block a user