diff libpurple/protocols/oscar/family_chat.c @ 22856:ab2322195dab

Minor changes... mostly whitespace related. Also changed some functions in family_admin.c to be void instead of returning the same int every time, and fixed a tiny memleak in family_admin.c. Oh, I think there was a variable in family_icbm.c that was being redeclared inside of a block--functionally it was fine, but it could have led to confusion.
author Mark Doliner <mark@kingant.net>
date Mon, 05 May 2008 09:22:46 +0000
parents 979a81468e19
children 9c0ee2491ed1
line wrap: on
line diff
--- a/libpurple/protocols/oscar/family_chat.c	Mon May 05 04:54:37 2008 +0000
+++ b/libpurple/protocols/oscar/family_chat.c	Mon May 05 09:22:46 2008 +0000
@@ -435,7 +435,7 @@
 	flap_connection_send_snac(od, conn, 0x000e, 0x0005, 0x0000, snacid, &bs);
 
 	byte_stream_destroy(&bs);
-	
+
 	return 0;
 }