# HG changeset patch # User Mark Doliner # Date 1238144070 0 # Node ID 24463a66f31c930ebbb182d4caae8f1edb622dfb # Parent 75654d6b2b4dd4664ab6a68eb9e2f54979274567 Remove a wee bit of stray whitespace diff -r 75654d6b2b4d -r 24463a66f31c libpurple/plugins/mono/loader/mono.c --- 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"); }