diff src/blist.c @ 10427:16d63d8c26d8

[gaim-migrate @ 11679] Shuffle some stuff around for uniformity, and call the accounts.xml loading function from gaim_accounts_init() committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sun, 26 Dec 2004 23:37:55 +0000
parents 30d9ec7d001b
children 04c663ccbcb1
line wrap: on
line diff
--- a/src/blist.c	Sun Dec 26 23:11:14 2004 +0000
+++ b/src/blist.c	Sun Dec 26 23:37:55 2004 +0000
@@ -130,7 +130,7 @@
  		else
  		{
  			int cmp;
- 
+
 			cmp = gaim_presence_compare(gaim_buddy_get_presence(new_priority),
 			                            gaim_buddy_get_presence(buddy));
 
@@ -2177,7 +2177,7 @@
 		if (blist_buddy_should_save(exp_acct, (GaimBuddy *) bnode))
 			return TRUE;
 	}
-	
+
 	return FALSE;
 }
 
@@ -2186,7 +2186,7 @@
 {
 	GaimBlistNode *bnode, *cnode = (GaimBlistNode *) contact;
 
-	if (! blist_contact_should_save(exp_acct, contact))
+	if (!blist_contact_should_save(exp_acct, contact))
 		return;
 
 	fprintf(file, "\t\t\t<contact");