From 9e4fcb29cf7f05c18f7fd34e318f9e795fa32e91 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Wed, 14 Nov 2007 22:04:21 +0000 Subject: ** Remove trailing whitespace from source code. 2007-11-14 Matthew Barnes ** Remove trailing whitespace from source code. svn path=/trunk/; revision=34537 --- plugins/mono/mono-plugin.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/mono') diff --git a/plugins/mono/mono-plugin.c b/plugins/mono/mono-plugin.c index d945ae5508..7a89046f15 100644 --- a/plugins/mono/mono-plugin.c +++ b/plugins/mono/mono-plugin.c @@ -184,7 +184,7 @@ void * org_gnome_evolution_mono_get_type(void *a, void *b) { static GType type = 0; - + if (!type) { static const GTypeInfo info = { sizeof(EPluginMonoClass), NULL, NULL, (GClassInitFunc) epm_class_init, NULL, NULL, @@ -196,6 +196,6 @@ org_gnome_evolution_mono_get_type(void *a, void *b) domain = mono_jit_init("Evolution"); mono_thread_attach(domain); } - + return GUINT_TO_POINTER(type); } -- cgit v1.2.3