summaryrefslogtreecommitdiff
path: root/libpurple/protocols
diff options
context:
space:
mode:
authorRichard Laager <rlaager@pidgin.im>2011-01-04 06:42:45 +0000
committerRichard Laager <rlaager@pidgin.im>2011-01-04 06:42:45 +0000
commitacce20026ef5987320ff689e55db8fa0518c9f59 (patch)
tree440223532c3db643a6971e7a2b7a0b4ee6ef7f8d /libpurple/protocols
parent54cbbb1914b9194864dfbae75a1628b1c33952ec (diff)
downloadpidgin-acce20026ef5987320ff689e55db8fa0518c9f59.tar.gz
Remove trailing whitespace
Diffstat (limited to 'libpurple/protocols')
-rw-r--r--libpurple/protocols/gg/buddylist.h2
-rw-r--r--libpurple/protocols/gg/confer.h6
-rw-r--r--libpurple/protocols/gg/lib/libgadu.h14
-rw-r--r--libpurple/protocols/gg/search.h2
-rw-r--r--libpurple/protocols/jabber/data.h2
-rw-r--r--libpurple/protocols/jabber/ibb.h4
-rw-r--r--libpurple/protocols/jabber/jingle/jingle.h6
-rw-r--r--libpurple/protocols/msn/slpmsg.h2
-rw-r--r--libpurple/protocols/msn/user.h2
-rw-r--r--libpurple/protocols/mxit/mxit.h2
-rw-r--r--libpurple/protocols/mxit/protocol.h2
-rw-r--r--libpurple/protocols/qq/buddy_memo.h2
-rw-r--r--libpurple/protocols/qq/packet_parse.h2
-rw-r--r--libpurple/protocols/qq/qq_crypt.h2
-rw-r--r--libpurple/protocols/simple/sipmsg.h4
-rw-r--r--libpurple/protocols/yahoo/yahoo_friend.h2
-rw-r--r--libpurple/protocols/zephyr/sysdep.h2
17 files changed, 29 insertions, 29 deletions
diff --git a/libpurple/protocols/gg/buddylist.h b/libpurple/protocols/gg/buddylist.h
index 86a47b3292..d1a16dfde8 100644
--- a/libpurple/protocols/gg/buddylist.h
+++ b/libpurple/protocols/gg/buddylist.h
@@ -44,7 +44,7 @@ ggp_buddylist_load(PurpleConnection *gc, char *buddylist);
* Get all the buddies in the current account.
*
* @param account Current account.
- *
+ *
* @return List of buddies.
*/
char *
diff --git a/libpurple/protocols/gg/confer.h b/libpurple/protocols/gg/confer.h
index cb3c27732f..37e93df128 100644
--- a/libpurple/protocols/gg/confer.h
+++ b/libpurple/protocols/gg/confer.h
@@ -39,7 +39,7 @@ ggp_confer_find_by_name(PurpleConnection *gc, const gchar *name);
/**
* Adds the specified UIN to the specified conversation.
- *
+ *
* @param gc PurpleConnection.
* @param chat_name Name of the conversation.
*/
@@ -61,7 +61,7 @@ ggp_confer_participants_add(PurpleConnection *gc, const gchar *chat_name,
/**
* Finds a conversation in which all the specified recipients participate.
- *
+ *
* TODO: This function should be rewritten to better handle situations when
* somebody adds more people to the converation.
*
@@ -81,7 +81,7 @@ ggp_confer_find_by_participants(PurpleConnection *gc, const uin_t *recipients,
*
* @param gc PurpleConnection.
* @param name Name of the conversation.
- *
+ *
* @return Name of the conversation.
*/
const char*
diff --git a/libpurple/protocols/gg/lib/libgadu.h b/libpurple/protocols/gg/lib/libgadu.h
index 1af4f44579..898f17abc4 100644
--- a/libpurple/protocols/gg/lib/libgadu.h
+++ b/libpurple/protocols/gg/lib/libgadu.h
@@ -56,7 +56,7 @@ extern "C" {
#undef GG_CONFIG_HAVE_PTHREAD
/* Defined if pthread resolver is the default one. */
-#undef GG_CONFIG_PTHREAD_DEFAULT
+#undef GG_CONFIG_PTHREAD_DEFAULT
/* Defined if this machine has C99-compiliant vsnprintf(). */
#undef GG_CONFIG_HAVE_C99_VSNPRINTF
@@ -267,7 +267,7 @@ struct gg_session {
int send_left; /**< Liczba bajtów do wysłania */
struct gg_dcc7 *dcc7_list; /**< Lista połączeń bezpośrednich skojarzonych z sesją */
-
+
int soft_timeout; /**< Flaga mówiąca, że po przekroczeniu \c timeout należy wywołać \c gg_watch_fd() */
int protocol_flags; /**< Flagi protokołu */
@@ -890,7 +890,7 @@ struct gg_event_dcc7_accept {
};
/**
- * Unia wszystkich zdarzeń zwracanych przez funkcje \c gg_watch_fd(),
+ * Unia wszystkich zdarzeń zwracanych przez funkcje \c gg_watch_fd(),
* \c gg_dcc_watch_fd() i \c gg_dcc7_watch_fd().
*
* \ingroup events
@@ -982,7 +982,7 @@ void gg_pubdir50_free(gg_pubdir50_t res);
#else
-/**
+/**
* \ingroup pubdir50
*
* Rodzaj pola zapytania.
@@ -1048,7 +1048,7 @@ void gg_pubdir_free(struct gg_http *f);
/**
* Token autoryzacji niektórych operacji HTTP.
- *
+ *
* \ingroup token
*/
struct gg_token {
@@ -1171,7 +1171,7 @@ extern unsigned long gg_local_ip;
/**
* \ingroup pubdir50
- *
+ *
* Rodzaj zapytania lub odpowiedzi katalogu publicznego.
*/
enum {
@@ -1382,7 +1382,7 @@ int gg_dcc7_handle_reject(struct gg_session *sess, struct gg_event *e, void *pay
#else
-/**
+/**
* \ingroup login
*
* Flagi opcji protokołu.
diff --git a/libpurple/protocols/gg/search.h b/libpurple/protocols/gg/search.h
index 3f89054cf9..8cc27892ce 100644
--- a/libpurple/protocols/gg/search.h
+++ b/libpurple/protocols/gg/search.h
@@ -141,7 +141,7 @@ ggp_search_start(PurpleConnection *gc, GGPSearchForm *form);
* @param res Public directory look-up result.
* @param num Id of the record.
* @param fileld Name of the field.
- *
+ *
* @return UTF-8 encoded value of the field.
*/
char *
diff --git a/libpurple/protocols/jabber/data.h b/libpurple/protocols/jabber/data.h
index c0be150c32..84c200f633 100644
--- a/libpurple/protocols/jabber/data.h
+++ b/libpurple/protocols/jabber/data.h
@@ -68,7 +68,7 @@ xmlnode *jabber_data_get_xml_definition(const JabberData *data);
/* returns an XHTML-IM "img" tag given a data instance */
xmlnode *jabber_data_get_xhtml_im(const JabberData *data, const gchar *alt);
-void jabber_data_request(JabberStream *js, const gchar *cid, const gchar *who,
+void jabber_data_request(JabberStream *js, const gchar *cid, const gchar *who,
gchar *alt, gboolean ephemeral, JabberDataRequestCallback cb,
gpointer userdata);
diff --git a/libpurple/protocols/jabber/ibb.h b/libpurple/protocols/jabber/ibb.h
index 224ef938b0..4b2e711f68 100644
--- a/libpurple/protocols/jabber/ibb.h
+++ b/libpurple/protocols/jabber/ibb.h
@@ -110,8 +110,8 @@ JabberIBBSessionState jabber_ibb_session_get_state(const JabberIBBSession *sess)
gsize jabber_ibb_session_get_block_size(const JabberIBBSession *sess);
void jabber_ibb_session_set_block_size(JabberIBBSession *sess, gsize size);
-/* get maximum size data block to send (in bytes)
- (before encoded to BASE64) */
+/* get maximum size data block to send (in bytes)
+ (before encoded to BASE64) */
gsize jabber_ibb_session_get_max_data_size(const JabberIBBSession *sess);
gpointer jabber_ibb_session_get_user_data(JabberIBBSession *sess);
diff --git a/libpurple/protocols/jabber/jingle/jingle.h b/libpurple/protocols/jabber/jingle/jingle.h
index 3813529f8d..acef9b6519 100644
--- a/libpurple/protocols/jabber/jingle/jingle.h
+++ b/libpurple/protocols/jabber/jingle/jingle.h
@@ -9,17 +9,17 @@
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
- *
+ *
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Library General Public License for more details.
- *
+ *
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor Boston, MA 02110-1301, USA
*/
-
+
#ifndef PURPLE_JABBER_JINGLE_H
#define PURPLE_JABBER_JINGLE_H
diff --git a/libpurple/protocols/msn/slpmsg.h b/libpurple/protocols/msn/slpmsg.h
index 6284b1de8d..ac5fdc306a 100644
--- a/libpurple/protocols/msn/slpmsg.h
+++ b/libpurple/protocols/msn/slpmsg.h
@@ -125,7 +125,7 @@ MsnSlpMessage *msn_slpmsg_obj_new(MsnSlpCall *slpcall, PurpleStoredImage *img);
* Create a new SLP message for data preparation.
*
* @param slpcall The slpcall that manages this message.
- *
+ *
* @return A new SlpMessage with data preparation info.
*/
MsnSlpMessage *msn_slpmsg_dataprep_new(MsnSlpCall *slpcall);
diff --git a/libpurple/protocols/msn/user.h b/libpurple/protocols/msn/user.h
index 43ed0442dd..9fcce64318 100644
--- a/libpurple/protocols/msn/user.h
+++ b/libpurple/protocols/msn/user.h
@@ -434,7 +434,7 @@ guint msn_user_get_extcaps(const MsnUser *user);
*
* @param user The user we are asking group membership.
* @param group_id The group where the user may be in.
- *
+ *
* @return TRUE if user is part of the group. Otherwise, FALSE.
*/
gboolean msn_user_is_in_group(MsnUser *user, const char * group_id);
diff --git a/libpurple/protocols/mxit/mxit.h b/libpurple/protocols/mxit/mxit.h
index 915a00bd91..27e0bfbacc 100644
--- a/libpurple/protocols/mxit/mxit.h
+++ b/libpurple/protocols/mxit/mxit.h
@@ -122,7 +122,7 @@
/*
- * data structure containing all MXit session information
+ * data structure containing all MXit session information
*/
struct MXitSession {
/* socket connection */
diff --git a/libpurple/protocols/mxit/protocol.h b/libpurple/protocols/mxit/protocol.h
index 22d887d667..8c57862b20 100644
--- a/libpurple/protocols/mxit/protocol.h
+++ b/libpurple/protocols/mxit/protocol.h
@@ -130,7 +130,7 @@
#define CP_CMD_MEDIA 0x001B /* (27) get multimedia message */
#define CP_CMD_SPLASHCLICK 0x001F /* (31) splash-screen clickthrough */
#define CP_CMD_STATUS 0x0020 /* (32) set shown presence & status */
-#define CP_CMD_MSGEVENT 0x0023 /* (35) Raise message event */
+#define CP_CMD_MSGEVENT 0x0023 /* (35) Raise message event */
#define CP_CMD_MOOD 0x0029 /* (41) set mood */
#define CP_CMD_KICK 0x002B /* (43) login kick */
#define CP_CMD_GRPCHAT_CREATE 0x002C /* (44) create new groupchat */
diff --git a/libpurple/protocols/qq/buddy_memo.h b/libpurple/protocols/qq/buddy_memo.h
index 8ceb246f2e..4d932d6728 100644
--- a/libpurple/protocols/qq/buddy_memo.h
+++ b/libpurple/protocols/qq/buddy_memo.h
@@ -33,7 +33,7 @@
/* clan command for memo */
enum
-{
+{
QQ_BUDDY_MEMO_MODIFY = 0x01, /* upload memo */
QQ_BUDDY_MEMO_REMOVE, /* remove memo */
QQ_BUDDY_MEMO_GET /* get memo */
diff --git a/libpurple/protocols/qq/packet_parse.h b/libpurple/protocols/qq/packet_parse.h
index 2cd10c6a3e..23dc43e9f8 100644
--- a/libpurple/protocols/qq/packet_parse.h
+++ b/libpurple/protocols/qq/packet_parse.h
@@ -30,7 +30,7 @@
/* According to "UNIX Network Programming", all TCP/IP implementations
* must support a minimum IP datagram size of 576 bytes, regardless of the MTU.
- * Assuming a 20 byte IP header and 8 byte UDP header, this leaves 548 bytes
+ * Assuming a 20 byte IP header and 8 byte UDP header, this leaves 548 bytes
* as a safe maximum size for UDP messages.
*
* TCP allows packet 64K
diff --git a/libpurple/protocols/qq/qq_crypt.h b/libpurple/protocols/qq/qq_crypt.h
index e66f4fb695..6a7be773fa 100644
--- a/libpurple/protocols/qq/qq_crypt.h
+++ b/libpurple/protocols/qq/qq_crypt.h
@@ -28,6 +28,6 @@
#include <glib.h>
gint qq_encrypt(guint8* crypted, const guint8* const plain, const gint plain_len, const guint8* const key);
-
+
gint qq_decrypt(guint8 *plain, const guint8* const crypted, const gint crypted_len, const guint8* const key);
#endif
diff --git a/libpurple/protocols/simple/sipmsg.h b/libpurple/protocols/simple/sipmsg.h
index e7161b6880..268329c963 100644
--- a/libpurple/protocols/simple/sipmsg.h
+++ b/libpurple/protocols/simple/sipmsg.h
@@ -1,10 +1,10 @@
/**
* @file sipmsg.h
- *
+ *
* purple
*
* Copyright (C) 2005, Thomas Butter <butter@uni-mannheim.de>
- *
+ *
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
diff --git a/libpurple/protocols/yahoo/yahoo_friend.h b/libpurple/protocols/yahoo/yahoo_friend.h
index 143d8d84d9..2560fc77b7 100644
--- a/libpurple/protocols/yahoo/yahoo_friend.h
+++ b/libpurple/protocols/yahoo/yahoo_friend.h
@@ -55,7 +55,7 @@ typedef struct _YahooFriend {
gchar *ip;
gboolean bicon_sent_request;
YahooPresenceVisibility presence;
- YahooFederation fed;
+ YahooFederation fed;
long int version_id;
YahooPersonalDetails ypd;
YahooP2PStatus p2p_status;
diff --git a/libpurple/protocols/zephyr/sysdep.h b/libpurple/protocols/zephyr/sysdep.h
index f96a705491..f5e17a1663 100644
--- a/libpurple/protocols/zephyr/sysdep.h
+++ b/libpurple/protocols/zephyr/sysdep.h
@@ -5,7 +5,7 @@
*
* Copyright (c) 1988,1991 by the Massachusetts Institute of Technology.
* For copying and distribution information, see the file
- * "mit-copyright.h".
+ * "mit-copyright.h".
*/
#ifndef __SYSDEP_H__