diff options
author | Colin Walters <walters@src.gnome.org> | 2008-10-21 21:35:35 +0000 |
---|---|---|
committer | Colin Walters <walters@src.gnome.org> | 2008-10-21 21:35:35 +0000 |
commit | 8d84351392cfbc29032b8772b22023e1d829004a (patch) | |
tree | 2888d14b05c6599aa8e0f8c6c5ee24025433637a /tests/scanner/annotation.c | |
parent | 03543f1d9b6f1db4720136c47b8a79cb88a8d2a6 (diff) | |
download | gobject-introspection-8d84351392cfbc29032b8772b22023e1d829004a.tar.gz |
Don't require trailing whitespace after uncommented parameters
svn path=/trunk/; revision=779
Diffstat (limited to 'tests/scanner/annotation.c')
-rw-r--r-- | tests/scanner/annotation.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/scanner/annotation.c b/tests/scanner/annotation.c index b967b5b6..5813d9a0 100644 --- a/tests/scanner/annotation.c +++ b/tests/scanner/annotation.c @@ -244,7 +244,7 @@ annotation_object_compute_sum_n(AnnotationObject *object, /** * annotation_object_allow_none: * @object: a #GObject - * @somearg: (allow-none): + * @somearg: (allow-none): **/ GObject* annotation_object_allow_none (AnnotationObject *object, gchar *somearg) |