Cleanup: remove redundant struct qualifiers
This commit is contained in:
@@ -52,7 +52,7 @@ static PyObject *pygpu_select_load_id(PyObject *UNUSED(self), PyObject *value)
|
||||
/** \name Module
|
||||
* \{ */
|
||||
|
||||
static struct PyMethodDef pygpu_select__tp_methods[] = {
|
||||
static PyMethodDef pygpu_select__tp_methods[] = {
|
||||
/* Manage Stack */
|
||||
{"load_id", (PyCFunction)pygpu_select_load_id, METH_O, pygpu_select_load_id_doc},
|
||||
{NULL, NULL, 0, NULL},
|
||||
|
||||
Reference in New Issue
Block a user