src/protocols/oscar/ssi.c

changeset 5892
fe6738e57d73
parent 5842
8c35097a15b5
child 6101
c3762fa398c4
--- a/src/protocols/oscar/ssi.c	Sun Jun 15 09:00:48 2003 +0000
+++ b/src/protocols/oscar/ssi.c	Sun Jun 15 09:28:57 2003 +0000
@@ -1040,15 +1040,13 @@
 	csumdata[0] = 0x00;
 	csumdata[1] = 0x10;
 	memcpy(&csumdata[2], iconsum, iconsumlen);
-	
-		
+
 	/* Need to add the x00d5 TLV to the TLV chain */
 	aim_addtlvtochain_raw(&data, 0x00d5, (iconsumlen+2) * sizeof(fu8_t), csumdata);
 
 	/* This TLV is added to cache the icon. */
 	aim_addtlvtochain_noval(&data, 0x0131);
 
-
 	if ((tmp = aim_ssi_itemlist_finditem(sess->ssi.local, NULL, "0", AIM_SSI_TYPE_ICONINFO))) {
 		aim_freetlvchain(&tmp->data);
 		tmp->data = data;

mercurial