Mercurial > pidgin.yaz
diff libpurple/protocols/oscar/oscar.c @ 31534:a8cc50c2279f
Remove trailing whitespace
author | Richard Laager <rlaager@wiktel.com> |
---|---|
date | Tue, 04 Jan 2011 06:55:30 +0000 |
parents | e358c09cd765 |
children | fa88dc1dcabb b39a2bd81566 |
line wrap: on
line diff
--- a/libpurple/protocols/oscar/oscar.c Tue Jan 04 06:42:45 2011 +0000 +++ b/libpurple/protocols/oscar/oscar.c Tue Jan 04 06:55:30 2011 +0000 @@ -1026,7 +1026,7 @@ conn->cookie = g_memdup(cookie, cookielen); /* - * Use TLS only if the server provided us with a tls_certname. The server might not specify a tls_certname even if we requested to use TLS, + * Use TLS only if the server provided us with a tls_certname. The server might not specify a tls_certname even if we requested to use TLS, * and that is something we should be prepared to. */ if (tls_certname) @@ -1293,7 +1293,7 @@ PURPLE_CONNECTION_ERROR_NO_SSL_SUPPORT, _("You required encryption in your account settings, but one of the servers doesn't support it.")); return 0; - } + } } /* @@ -3215,7 +3215,7 @@ g_string_free(data, TRUE); purple_debug_info("oscar", "sending direct IM %s using charset %i", msg->str, charset); - + peer_odc_send_im(conn, msg->str, msg->len, charset, imflags & PURPLE_MESSAGE_AUTO_RESP); g_string_free(msg, TRUE); @@ -3582,7 +3582,7 @@ } itmsurl = purple_status_get_attr_string(status, "itmsurl"); - + aim_srv_setextrainfo(od, TRUE, oscar_get_extended_status(gc), TRUE, status_text, itmsurl); g_free(status_text); }