From 14f8eee012382f04090ea9277e9567d5f32e8bf0 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Thu, 28 May 2009 13:06:29 -0400 Subject: Whitespace cleanup. --- plugins/python/python-plugin-loader.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/python') diff --git a/plugins/python/python-plugin-loader.c b/plugins/python/python-plugin-loader.c index 4d7ead37da..aa273ae264 100644 --- a/plugins/python/python-plugin-loader.c +++ b/plugins/python/python-plugin-loader.c @@ -67,7 +67,7 @@ epp_invoke(EPlugin *ep, const gchar *name, gpointer data) Py_Initialize(); if (p->pModule == NULL) { - pModuleName = PyString_FromString(epp->module_name); + pModuleName = PyString_FromString(epp->module_name); PyRun_SimpleString(g_strdup_printf ("import sys ; sys.path.insert(0, '%s')", epp->location)); -- cgit v1.2.3