--- 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 */