changeset 6451:6f16136b41e5

[gaim-migrate @ 6960] Now that I have vim set to show trailing whitespace in big ugly red backgrounds, let's get rid of some of this trailing whitespace. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Wed, 13 Aug 2003 16:35:35 +0000
parents e7b87c8e8c0a
children e14382546fbd
files src/prpl.h
diffstat 1 files changed, 8 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/src/prpl.h	Wed Aug 13 16:31:57 2003 +0000
+++ b/src/prpl.h	Wed Aug 13 16:35:35 2003 +0000
@@ -5,7 +5,7 @@
  * gaim
  *
  * Copyright (C) 1998-1999, Mark Spencer <markster@marko.net>
- * 
+ *
  * 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
@@ -144,7 +144,7 @@
 
 	/**
 	 * Buddy icon support.
-	 * 
+	 *
 	 * Oscar and Jabber have buddy icons.
 	 */
 	OPT_PROTO_BUDDY_ICON = 0x00000040,
@@ -190,8 +190,8 @@
 	GList *user_splits;      /* A GList of GaimAccountUserSplit */
 	GList *protocol_options; /* A GList of GaimAccountOption    */
 
-	/** 
-	 * Returns the base icon name for the given buddy and account.  
+	/**
+	 * Returns the base icon name for the given buddy and account.
 	 * If buddy is NULL, it will return the name to use for the account's icon
 	 */
 	const char *(*list_icon)(GaimAccount *account, struct buddy *buddy);
@@ -208,12 +208,12 @@
 	 * be shown on the buddy list.
 	 */
 	char *(*status_text)(struct buddy *buddy);
-	
+
 	/**
 	 * Gets a string to put in the buddy list tooltip.
 	 */
 	char *(*tooltip_text)(struct buddy *buddy);
-	
+
 	GList *(*away_states)(GaimConnection *gc);
 	GList *(*actions)(GaimConnection *gc);
 
@@ -253,7 +253,7 @@
 						  const char *new_pass);
 	void (*add_buddy)(GaimConnection *, const char *name);
 	void (*add_buddies)(GaimConnection *, GList *buddies);
-	void (*remove_buddy)(GaimConnection *, const char *name, 
+	void (*remove_buddy)(GaimConnection *, const char *name,
 						const char *group);
 	void (*remove_buddies)(GaimConnection *, GList *buddies,
 						   const char *group);
@@ -297,7 +297,7 @@
 	void (*convo_closed)(GaimConnection *, const char *who);
 
 	char *(*normalize)(const char *);
-	
+
 	void (*set_buddy_icon)(GaimConnection *, const char *filename);
 };