Whitespace cleanup.

This commit is contained in:
Matthew Barnes
2009-05-28 13:06:29 -04:00
parent e66024d664
commit 14f8eee012
213 changed files with 993 additions and 993 deletions

View File

@ -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));