Cleanup: remove redundant struct qualifiers

This commit is contained in:
Campbell Barton
2023-06-03 08:36:28 +10:00
parent b347346ca7
commit 74dd0ed09e
669 changed files with 3176 additions and 3528 deletions

View File

@@ -117,7 +117,7 @@ static PyObject *pygpu_platform_backend_type_get(PyObject *UNUSED(self))
/** \name Module
* \{ */
static struct PyMethodDef pygpu_platform__tp_methods[] = {
static PyMethodDef pygpu_platform__tp_methods[] = {
{"vendor_get",
(PyCFunction)pygpu_platform_vendor_get,
METH_NOARGS,