Cleanup: various non-functional changes for C++ (python, windowmanager)

- Remove redundant void, struct.
- Use function style casts.
This commit is contained in:
Campbell Barton
2023-07-21 10:59:54 +10:00
parent ae5682fa10
commit b29a4cdcfc
87 changed files with 491 additions and 500 deletions

View File

@@ -178,7 +178,7 @@ static PyModuleDef bpy_utils_previews_module = {
/*m_free*/ nullptr,
};
PyObject *BPY_utils_previews_module(void)
PyObject *BPY_utils_previews_module()
{
PyObject *submodule;