pidgin/plugins/cap/cap.c

branch
soc.2013.gobjectification.plugins
changeset 37138
a5f26022c3a5
parent 37137
27cf01a05bdf
parent 35876
b0ff48096c0d
child 37148
50f361d39a1e
--- a/pidgin/plugins/cap/cap.c	Sat Apr 19 20:05:35 2014 +0530
+++ b/pidgin/plugins/cap/cap.c	Tue Apr 22 13:18:02 2014 +0530
@@ -433,7 +433,7 @@
 
 /* drawing-tooltip */
 static void drawing_tooltip(PurpleBlistNode *node, GString *text, gboolean full) {
-	if(PURPLE_IS_BUDDY(node)) {
+	if (PURPLE_IS_BUDDY(node)) {
 		PurpleBuddy *buddy = PURPLE_BUDDY(node);
 		CapStatistics *stats = get_stats_for(buddy);
 		/* get the probability that this buddy will respond and add to the tooltip */

mercurial