changeset 29834:905e291986bc

Whitespace trim.
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Sun, 25 Apr 2010 20:58:00 +0000
parents 834038426c38
children afc9cec164e4
files libpurple/prpl.h libpurple/request.h
diffstat 2 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/libpurple/prpl.h	Sun Apr 25 20:38:17 2010 +0000
+++ b/libpurple/prpl.h	Sun Apr 25 20:58:00 2010 +0000
@@ -97,7 +97,7 @@
 	size_t max_filesize;               /**< Maximum size in bytes */
 	PurpleIconScaleRules scale_rules;  /**< How to stretch this icon */
 };
-	
+
 /** Represents an entry containing information that must be supplied by the
  *  user when joining a chat.
  */
--- a/libpurple/request.h	Sun Apr 25 20:38:17 2010 +0000
+++ b/libpurple/request.h	Sun Apr 25 20:58:00 2010 +0000
@@ -242,8 +242,8 @@
 	                        const char *secondary, int default_action,
 	                        PurpleAccount *account, const char *who,
 	                        PurpleConversation *conv, 
-							gconstpointer icon_data, gsize icon_size,
-							void *user_data,
+	                        gconstpointer icon_data, gsize icon_size,
+	                        void *user_data,
 	                        size_t action_count, va_list actions);
 
 	void (*_purple_reserved1)(void);