src/pounce.c

changeset 10418
7b632343a29c
parent 10399
67995cae36c0
child 10423
4663a8238def
--- a/src/pounce.c	Sat Dec 25 20:24:17 2004 +0000
+++ b/src/pounce.c	Sun Dec 26 00:46:26 2004 +0000
@@ -178,13 +178,12 @@
 	GaimPounce *pounce;
 	GList *l, *l_next;
 
-	
 	g_return_if_fail(account != NULL);
-	
+
 	for (l = gaim_pounces_get_all(); l != NULL; l = l_next) {
 		pounce = (GaimPounce *)l->data;
 		l_next = l->next;
-		
+
 		pouncer = gaim_pounce_get_pouncer(pounce);
 		if (pouncer == account)
 			gaim_pounce_destroy(pounce);

mercurial