diff libpurple/plugin.h @ 25924:584063555949

Remove trailing whitespace
author Mark Doliner <mark@kingant.net>
date Mon, 26 Jan 2009 06:44:00 +0000
parents 8282911d5e17
children 4b8c4870b13a
line wrap: on
line diff
--- a/libpurple/plugin.h	Mon Jan 26 06:37:28 2009 +0000
+++ b/libpurple/plugin.h	Mon Jan 26 06:44:00 2009 +0000
@@ -183,7 +183,7 @@
 	/** NULL for plugin actions menu, set to the PurpleConnection for
 	    account actions menu */
 	gpointer context;
-	
+
 	gpointer user_data;
 };
 
@@ -358,7 +358,7 @@
  * Returns a plugin's name.
  *
  * @param plugin The plugin.
- * 
+ *
  * @return THe name of the plugin, or @c NULL.
  */
 const gchar *purple_plugin_get_name(const PurplePlugin *plugin);