Coding style and whitespace cleanup.
This commit is contained in:
@ -162,7 +162,7 @@ plugin_python_invoke (EPlugin *plugin,
|
||||
}
|
||||
|
||||
if (pValue) {
|
||||
Py_DECREF(pValue);
|
||||
Py_DECREF (pValue);
|
||||
/* Fixme */
|
||||
return NULL;
|
||||
} else
|
||||
|
||||
Reference in New Issue
Block a user