cpw.malu.xmpp.jingle_ft: c11ba043: Remove some stray whitespaces

malu at pidgin.im malu at pidgin.im
Sun Jan 3 18:25:27 EST 2010


-----------------------------------------------------------------
Revision: c11ba04393ede08ae0b4a5c7c714862548854a9a
Ancestor: 59e628a416cb654147139540302e3659c65dafd5
Author: malu at pidgin.im
Date: 2010-01-03T23:20:15
Branch: im.pidgin.cpw.malu.xmpp.jingle_ft
URL: http://d.pidgin.im/viewmtn/revision/info/c11ba04393ede08ae0b4a5c7c714862548854a9a

Modified files:
        libpurple/protocols/jabber/jingle/s5b.c

ChangeLog: 

Remove some stray whitespaces

-------------- next part --------------
============================================================
--- libpurple/protocols/jabber/jingle/s5b.c	7d51fa138d27683dc6c41a410ab9d4d636ec7e31
+++ libpurple/protocols/jabber/jingle/s5b.c	43204facb8f527b6fd12d3559afe502708175b3e
@@ -1321,7 +1321,7 @@ jingle_s5b_proxy_error_cb(JabberStream *
 	JabberIqType type, const char *id, xmlnode *packet, gpointer data)
 {
 	JingleS5B *s5b = ((JingleS5BConnectData *) data)->s5b;
-	
+
 	if (type == JABBER_IQ_RESULT) {
 		if (s5b->priv->failed_cb && s5b->priv->failed_content) {
 			s5b->priv->failed_cb(s5b->priv->failed_content);
@@ -1537,7 +1537,7 @@ jingle_s5b_handle_transport_info(JingleS
 	xmlnode *candidate_error = xmlnode_get_child(transport, "candidate-error");
 	xmlnode *activated = xmlnode_get_child(transport, "activated");
 	xmlnode *proxy_error = xmlnode_get_child(transport, "proxy-error");
-	
+
 	if (candidate_used) {
 		const gchar *cid = xmlnode_get_attrib(candidate_used, "cid");
 		JingleS5BCandidate *cand =


More information about the Commits mailing list