Coding style and whitespace cleanup.

This commit is contained in:
Matthew Barnes
2010-08-29 10:44:16 -04:00
parent e6c42ecc59
commit 4c05b9e925
128 changed files with 2694 additions and 2524 deletions

View File

@ -162,7 +162,7 @@ plugin_python_invoke (EPlugin *plugin,
}
if (pValue) {
Py_DECREF(pValue);
Py_DECREF (pValue);
/* Fixme */
return NULL;
} else