Coding style and whitespace cleanup.

This commit is contained in:
Matthew Barnes
2011-03-05 12:33:49 -05:00
parent 29d8b02c55
commit c6fd77460f
205 changed files with 1862 additions and 1339 deletions

View File

@ -193,7 +193,8 @@ plugin_python_init (EPluginPython *plugin_python)
(GDestroyNotify) g_free,
(GDestroyNotify) NULL);
plugin_python->priv = G_TYPE_INSTANCE_GET_PRIVATE (plugin_python, E_TYPE_PLUGIN_PYTHON, EPluginPythonPrivate);
plugin_python->priv = G_TYPE_INSTANCE_GET_PRIVATE (
plugin_python, E_TYPE_PLUGIN_PYTHON, EPluginPythonPrivate);
plugin_python->priv->methods = methods;
}