diff src/protocols/oscar/rxhandlers.c @ 10130:096197a628bf

[gaim-migrate @ 11193] Small suggestions from Evan Schoenberg and a few whitespaces fixes. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sat, 23 Oct 2004 14:59:27 +0000
parents 92cbf9713795
children ad9258716144
line wrap: on
line diff
--- a/src/protocols/oscar/rxhandlers.c	Thu Oct 21 18:42:29 2004 +0000
+++ b/src/protocols/oscar/rxhandlers.c	Sat Oct 23 14:59:27 2004 +0000
@@ -131,7 +131,7 @@
 
 	for (cur = (aim_module_t *)sess->modlistv; cur; cur = cur->next) {
 
-		if (!(cur->flags & AIM_MODFLAG_MULTIFAMILY) && 
+		if (!(cur->flags & AIM_MODFLAG_MULTIFAMILY) &&
 				(cur->family != snac.family))
 			continue;
 
@@ -154,7 +154,7 @@
 
 	for (cur = (aim_module_t *)sess->modlistv; cur; cur = cur->next) {
 
-		if (!(cur->flags & AIM_MODFLAG_MULTIFAMILY) && 
+		if (!(cur->flags & AIM_MODFLAG_MULTIFAMILY) &&
 				(cur->family != snac.family))
 			continue;