diff src/prpl.h @ 13327:b7b31c69ade6

[gaim-migrate @ 15697] Whitespace, comments, and a warning fix committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sat, 25 Feb 2006 22:31:53 +0000
parents 44a8d46ee3c1
children 1ca4a579eb57
line wrap: on
line diff
--- a/src/prpl.h	Sat Feb 25 21:17:58 2006 +0000
+++ b/src/prpl.h	Sat Feb 25 22:31:53 2006 +0000
@@ -47,7 +47,7 @@
  * Dimensions less than 1 should be ignored and the image not scaled.
  */
 typedef struct {
-	char *format;                       /**< This is a comma-delimited list of image formats or NULL if icons are not supported. 
+	char *format;                       /**< This is a comma-delimited list of image formats or NULL if icons are not supported.
 					     * The core nor the prpl will actually check to see if the data it's given matches this, it's entirely
 					     * up to the UI to do what it wants */
 	int min_width;                          /**< The minimum width of this icon  */
@@ -295,7 +295,7 @@
 	gboolean (*can_receive_file)(GaimConnection *, const char *who);
 	void (*send_file)(GaimConnection *, const char *who, const char *filename);
 	GaimXfer *(*new_xfer)(GaimConnection *, const char *who);
- 	gboolean (*offline_message)(const GaimBuddy *buddy);
+	gboolean (*offline_message)(const GaimBuddy *buddy);
 
 	GaimWhiteboardPrplOps *whiteboard_prpl_ops;
 };