Cleanup: remove redundant (void) for functions with no args in C++

This commit is contained in:
Campbell Barton
2023-07-02 19:37:22 +10:00
parent feb83e66c6
commit 69aee8ba6b
115 changed files with 354 additions and 354 deletions

View File

@@ -527,7 +527,7 @@ static PyModuleDef module_definition = {
};
//-------------------MODULE INITIALIZATION--------------------------------
PyObject *Freestyle_Init(void)
PyObject *Freestyle_Init()
{
PyObject *module;