changeset 26305:24463a66f31c

Remove a wee bit of stray whitespace
author Mark Doliner <mark@kingant.net>
date Fri, 27 Mar 2009 08:54:30 +0000
parents 75654d6b2b4d
children fd5dfd3c04b5
files libpurple/plugins/mono/loader/mono.c
diffstat 1 files changed, 5 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/libpurple/plugins/mono/loader/mono.c	Fri Mar 27 08:53:09 2009 +0000
+++ b/libpurple/plugins/mono/loader/mono.c	Fri Mar 27 08:54:30 2009 +0000
@@ -39,7 +39,7 @@
 
 	if (!assm) {
 		return FALSE;
-	} 
+	}
 
 	purple_debug(PURPLE_DEBUG_INFO, "mono", "Probing plugin\n");
 
@@ -50,7 +50,7 @@
 
 	info = g_new0(PurplePluginInfo, 1);
 	mplug = g_new0(PurpleMonoPlugin, 1);
-	
+
 	mplug->signal_data = NULL;
 
 	mplug->assm = assm;
@@ -87,7 +87,7 @@
 		purple_debug(PURPLE_DEBUG_ERROR, "mono", "did not find the required methods\n");
 		return FALSE;
 	}
-	
+
 	plugin_info = ml_get_info_prop(mplug->obj);
 
 	/* now that the methods are filled out we can populate
@@ -109,7 +109,7 @@
 	/* this plugin depends on us; duh */
 	info->dependencies = g_list_append(info->dependencies, MONO_PLUGIN_ID);
 	mplug->plugin = plugin;
-				
+
 	plugin->info = info;
 	info->extra_info = mplug;
 
@@ -238,7 +238,7 @@
 static void init_plugin(PurplePlugin *plugin)
 {
 	ml_init();
-	
+
 	loader_info.exts = g_list_append(loader_info.exts, "dll");
 }