summaryrefslogtreecommitdiff
path: root/libpurple/eventloop.h
diff options
context:
space:
mode:
authorMark Doliner <markdoliner@pidgin.im>2009-01-26 06:44:00 +0000
committerMark Doliner <markdoliner@pidgin.im>2009-01-26 06:44:00 +0000
commite639812c3846b83833b8b39e4537cdf3fc5237fd (patch)
tree197c60faf82f269b0d023072af41e6d368638d66 /libpurple/eventloop.h
parenta07b8db0aeef6302bd96cf76b64c2c5945ed4cb4 (diff)
downloadpidgin-e639812c3846b83833b8b39e4537cdf3fc5237fd.tar.gz
Remove trailing whitespace
Diffstat (limited to 'libpurple/eventloop.h')
-rw-r--r--libpurple/eventloop.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/libpurple/eventloop.h b/libpurple/eventloop.h
index 1d363cc89a..ca95f6cbe8 100644
--- a/libpurple/eventloop.h
+++ b/libpurple/eventloop.h
@@ -119,8 +119,8 @@ struct _PurpleEventLoopUiOps
* @see purple_input_remove
*/
gboolean (*input_remove)(guint handle);
-
-
+
+
/**
* If implemented, should get the current error status for an input.
*
@@ -161,7 +161,7 @@ struct _PurpleEventLoopUiOps
/*@{*/
/**
* Creates a callback timer.
- *
+ *
* The timer will repeat until the function returns @c FALSE. The
* first call will be at the end of the first interval.
*
@@ -185,12 +185,12 @@ guint purple_timeout_add(guint interval, GSourceFunc function, gpointer data);
*
* This function allows UIs to group timers for better power efficiency. For
* this reason, @a interval may be rounded by up to a second.
- *
+ *
* @param interval The time between calls of the function, in
* seconds.
* @param function The function to call.
* @param data data to pass to @a function.
- * @return A handle to the timer which can be passed to
+ * @return A handle to the timer which can be passed to
* purple_timeout_remove() to remove the timer.
*
* @since 2.1.0