Cleanup: trailing space for freestyle

This commit is contained in:
2018-06-17 17:05:14 +02:00
parent e74bd46ede
commit 410880552b
83 changed files with 164 additions and 164 deletions

View File

@@ -486,7 +486,7 @@ static PyModuleDef module_definition = {
PyObject *Freestyle_Init(void)
{
PyObject *module;
// initialize modules
module = PyModule_Create(&module_definition);
if (!module)
@@ -509,9 +509,9 @@ PyObject *Freestyle_Init(void)
else {
printf("Freestyle: couldn't find 'scripts/freestyle/modules', Freestyle won't work properly.\n");
}
// attach its classes (adding the object types to the module)
// those classes have to be initialized before the others
MediumType_Init(module);
Nature_Init(module);