finch/gntnotify.c

changeset 31294
73607ab89c6f
parent 29106
51c7b2177e42
child 31696
67d180e0f68d
child 31741
5f2dbdd67523
--- a/finch/gntnotify.c	Tue Jan 04 06:42:45 2011 +0000
+++ b/finch/gntnotify.c	Tue Jan 04 06:55:30 2011 +0000
@@ -130,7 +130,7 @@
 
 	while (widget->parent)
 		widget = widget->parent;
-	
+
 	if (type == PURPLE_NOTIFY_SEARCHRESULTS)
 		purple_notify_searchresults_free(g_object_get_data(handle, "notify-results"));
 #if 1
@@ -489,7 +489,7 @@
 	return finch_notify_message(PURPLE_NOTIFY_URI, _("URI"), url, NULL);
 }
 
-static PurpleNotifyUiOps ops = 
+static PurpleNotifyUiOps ops =
 {
 	finch_notify_message,
 	finch_notify_email,

mercurial