summaryrefslogtreecommitdiff
path: root/libpurple/protocols/jabber/jabber.h
diff options
context:
space:
mode:
authorPaul Aurich <darkrain42@pidgin.im>2009-05-22 03:54:29 +0000
committerPaul Aurich <darkrain42@pidgin.im>2009-05-22 03:54:29 +0000
commit6a390cb9811f6527a0061ed059569c8299c82274 (patch)
tree845a1904f5e77365e2854585f969e61bdf3720fe /libpurple/protocols/jabber/jabber.h
parent72d3e3322aaa1fa7f310ed30a9c2555eb0905032 (diff)
downloadpidgin-6a390cb9811f6527a0061ed059569c8299c82274.tar.gz
Remove trailing whitespace that has snuck in.
Diffstat (limited to 'libpurple/protocols/jabber/jabber.h')
-rw-r--r--libpurple/protocols/jabber/jabber.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libpurple/protocols/jabber/jabber.h b/libpurple/protocols/jabber/jabber.h
index 79427e06cb..81812a2748 100644
--- a/libpurple/protocols/jabber/jabber.h
+++ b/libpurple/protocols/jabber/jabber.h
@@ -245,7 +245,7 @@ struct _JabberStream
/* A purple timeout tag for the keepalive */
int keepalive_timeout;
-
+
PurpleSrvResponse *srv_rec;
guint srv_rec_idx;
guint max_srv_rec_idx;
@@ -322,7 +322,7 @@ char *jabber_parse_error(JabberStream *js, xmlnode *packet, PurpleConnectionErro
void jabber_add_feature(const gchar *namespace, JabberFeatureEnabled cb); /* cb may be NULL */
void jabber_remove_feature(const gchar *namespace);
-/** Adds an identitiy to this jabber library instance. For list of valid values vistit the
+/** Adds an identitiy to this jabber library instance. For list of valid values vistit the
* webiste of the XMPP Registrar ( http://www.xmpp.org/registrar/disco-categories.html#client ).
* @param category the category of the identity.
* @param type the type of the identity.