summaryrefslogtreecommitdiff
path: root/gobject/gsourceclosure.c
diff options
context:
space:
mode:
authorMichael Natterer <mitch@imendio.com>2008-06-22 14:53:09 +0000
committerMichael Natterer <mitch@src.gnome.org>2008-06-22 14:53:09 +0000
commit6347be5fb68fc3e5e9d5bfedc3cbd5349ef40074 (patch)
tree0f7c0a07f2af3ebb81e37fb8d573b4ecbb2166d6 /gobject/gsourceclosure.c
parent5602b7e275ef5fb76cf7847f35b120dce3111705 (diff)
remove trailing whitespace from newly added gtk-doc comments and
2008-06-22 Michael Natterer <mitch@imendio.com> * *.c: remove trailing whitespace from newly added gtk-doc comments and reformatted some where they contained overly long or ill-formatted lines. svn path=/trunk/; revision=7090
Diffstat (limited to 'gobject/gsourceclosure.c')
-rw-r--r--gobject/gsourceclosure.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gobject/gsourceclosure.c b/gobject/gsourceclosure.c
index 345c32289..508961c5c 100644
--- a/gobject/gsourceclosure.c
+++ b/gobject/gsourceclosure.c
@@ -162,9 +162,9 @@ static GSourceCallbackFuncs closure_callback_funcs = {
* g_source_set_closure:
* @source: the source
* @closure: a #GClosure
- *
+ *
* Set the callback for a source as a #GClosure.
- *
+ *
* If the source is not one of the standard GLib types, the @closure_callback
* and @closure_marshal fields of the #GSourceFuncs structure must have been
* filled in with pointers to appropriate functions.