Cleanup: remove redundant (void) for functions with no args in C++
This commit is contained in:
@@ -527,7 +527,7 @@ static PyModuleDef module_definition = {
|
||||
};
|
||||
|
||||
//-------------------MODULE INITIALIZATION--------------------------------
|
||||
PyObject *Freestyle_Init(void)
|
||||
PyObject *Freestyle_Init()
|
||||
{
|
||||
PyObject *module;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user