From 4c05b9e925764a6035e3d0fcbfc1f0458d36f5d9 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Sun, 29 Aug 2010 10:44:16 -0400 Subject: Coding style and whitespace cleanup. --- modules/plugin-python/e-plugin-python.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/plugin-python') diff --git a/modules/plugin-python/e-plugin-python.c b/modules/plugin-python/e-plugin-python.c index 6971a35543..8837432db2 100644 --- a/modules/plugin-python/e-plugin-python.c +++ b/modules/plugin-python/e-plugin-python.c @@ -162,7 +162,7 @@ plugin_python_invoke (EPlugin *plugin, } if (pValue) { - Py_DECREF(pValue); + Py_DECREF (pValue); /* Fixme */ return NULL; } else -- cgit v1.2.3