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

@@ -234,7 +234,7 @@ static PyObject *pygpu_shader_image_load_store_support_get(PyObject *UNUSED(self
/** \name Module
* \{ */
static struct PyMethodDef pygpu_capabilities__tp_methods[] = {
static PyMethodDef pygpu_capabilities__tp_methods[] = {
{"max_texture_size_get",
(PyCFunction)pygpu_max_texture_size_get,
METH_NOARGS,