diff src/protocols/yahoo/yahoo_packet.c @ 11644:f4e58e94ced3

[gaim-migrate @ 13922] Yahoo! whitespace cleanup from Peter Lawler Gracias! committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Wed, 12 Oct 2005 04:02:46 +0000
parents 2e71eddc828b
children 33bef17125c2
line wrap: on
line diff
--- a/src/protocols/yahoo/yahoo_packet.c	Wed Oct 12 02:47:31 2005 +0000
+++ b/src/protocols/yahoo/yahoo_packet.c	Wed Oct 12 04:02:46 2005 +0000
@@ -283,7 +283,7 @@
 int yahoo_packet_send_and_free(struct yahoo_packet *pkt, struct yahoo_data *yd)
 {
 	int ret;
-	
+
 	ret = yahoo_packet_send(pkt, yd);
 	yahoo_packet_free(pkt);
 	return ret;
@@ -306,7 +306,6 @@
 	memcpy(data + pos, "YMSG", 4); pos += 4;
 
 	pos += yahoo_put16(data + pos, YAHOO_PROTO_VER);
-
 	pos += yahoo_put16(data + pos, 0x0000);
 	pos += yahoo_put16(data + pos, pktlen + pad);
 	pos += yahoo_put16(data + pos, pkt->service);