comparison libpurple/server.h @ 31533:44f53d3fc54f

Remove trailing whitespace
author Richard Laager <rlaager@wiktel.com>
date Tue, 04 Jan 2011 06:42:45 +0000
parents e37f85160784
children 91e8402106c1
comparison
equal deleted inserted replaced
31532:8c6a1fa21f43 31533:44f53d3fc54f
169 GHashTable *data); 169 GHashTable *data);
170 170
171 /** 171 /**
172 * Called by a prpl when an account has joined a chat. 172 * Called by a prpl when an account has joined a chat.
173 * 173 *
174 * @param gc The connection on which the chat was joined. 174 * @param gc The connection on which the chat was joined.
175 * @param id The id of the chat, assigned by the prpl. 175 * @param id The id of the chat, assigned by the prpl.
176 * @param name The name of the chat. 176 * @param name The name of the chat.
177 * @return The resulting conversation 177 * @return The resulting conversation
178 */ 178 */
179 PurpleConversation *serv_got_joined_chat(PurpleConnection *gc, 179 PurpleConversation *serv_got_joined_chat(PurpleConnection *gc,