pidgin: fe86da81: Remove a wee bit of stray whitespace
markdoliner at pidgin.im
markdoliner at pidgin.im
Fri Mar 27 05:00:38 EDT 2009
-----------------------------------------------------------------
Revision: fe86da8180cb01718ecca4f80fd43c398f43d9ff
Ancestor: 77d562b624d9b55c9ff165d5797b72ba553e3256
Author: markdoliner at pidgin.im
Date: 2009-03-27T08:54:30
Branch: im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/fe86da8180cb01718ecca4f80fd43c398f43d9ff
Modified files:
libpurple/plugins/mono/loader/mono.c
ChangeLog:
Remove a wee bit of stray whitespace
-------------- next part --------------
============================================================
--- libpurple/plugins/mono/loader/mono.c 44c2ccad5c598262739116b33d033c54859206e3
+++ libpurple/plugins/mono/loader/mono.c cf7597f0336dbea83156972b3cb8565f050bda1d
@@ -39,7 +39,7 @@ static gboolean probe_mono_plugin(Purple
if (!assm) {
return FALSE;
- }
+ }
purple_debug(PURPLE_DEBUG_INFO, "mono", "Probing plugin\n");
@@ -50,7 +50,7 @@ static gboolean probe_mono_plugin(Purple
info = g_new0(PurplePluginInfo, 1);
mplug = g_new0(PurpleMonoPlugin, 1);
-
+
mplug->signal_data = NULL;
mplug->assm = assm;
@@ -87,7 +87,7 @@ static gboolean probe_mono_plugin(Purple
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 @@ static gboolean probe_mono_plugin(Purple
/* 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 *pl
static void init_plugin(PurplePlugin *plugin)
{
ml_init();
-
+
loader_info.exts = g_list_append(loader_info.exts, "dll");
}
More information about the Commits
mailing list