From 49ef32b76c55cbefba53568f02028dddf23a9bc9 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Sun, 7 Feb 2010 12:36:53 -0500 Subject: Coding style and whitespace cleanup. --- modules/plugin-mono/e-plugin-mono.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'modules/plugin-mono') diff --git a/modules/plugin-mono/e-plugin-mono.c b/modules/plugin-mono/e-plugin-mono.c index 1c43fb9d56..f1fe76ff49 100644 --- a/modules/plugin-mono/e-plugin-mono.c +++ b/modules/plugin-mono/e-plugin-mono.c @@ -121,7 +121,8 @@ plugin_mono_invoke (EPlugin *plugin, plugin_mono = E_PLUGIN_MONO (plugin); priv = plugin_mono->priv; - /* we need to do this every time since we may be called from any thread for some uses */ + /* We need to do this every time since we may + * be called from any thread for some uses. */ mono_thread_attach (domain); if (priv->assembly == NULL) { @@ -135,7 +136,9 @@ plugin_mono_invoke (EPlugin *plugin, } if (plugin_mono->handler == NULL - || (priv->class = mono_class_from_name (mono_assembly_get_image (priv->assembly), "", plugin_mono->handler)) == NULL) { + || (priv->class = mono_class_from_name ( + mono_assembly_get_image (priv->assembly), + "", plugin_mono->handler)) == NULL) { } else { priv->plugin = mono_object_new (domain, priv->class); /* could conceivably init with some context too */ -- cgit v1.2.3