summaryrefslogtreecommitdiff
path: root/tests/scanner/annotation.c
diff options
context:
space:
mode:
authorJohan Dahlin <johan@src.gnome.org>2008-10-31 21:27:47 +0000
committerJohan Dahlin <johan@src.gnome.org>2008-10-31 21:27:47 +0000
commita8bae33260d209466af94d87470179b3846634f6 (patch)
tree032c8cda2d1012908ad8d237644e2b7bce03583e /tests/scanner/annotation.c
parent400139c0b7f1152400e66424e197f66615820bc2 (diff)
downloadgobject-introspection-a8bae33260d209466af94d87470179b3846634f6.tar.gz
Remove trailing whitespace
svn path=/trunk/; revision=857
Diffstat (limited to 'tests/scanner/annotation.c')
-rw-r--r--tests/scanner/annotation.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/tests/scanner/annotation.c b/tests/scanner/annotation.c
index 5813d9a0..bcfe55fa 100644
--- a/tests/scanner/annotation.c
+++ b/tests/scanner/annotation.c
@@ -169,7 +169,7 @@ annotation_object_get_strings (AnnotationObject *object)
void
annotation_object_with_voidp (AnnotationObject *object, void *data)
{
-
+
}
/**
@@ -198,17 +198,17 @@ annotation_object_get_objects (AnnotationObject *object)
*
* Return value: (transfer): The object
**/
-GObject*
+GObject*
annotation_object_create_object (AnnotationObject *object)
{
return g_object_ref (object);
}
-void
+void
annotation_object_use_buffer (AnnotationObject *object,
guchar *bytes)
{
-
+
}
/**
@@ -233,7 +233,7 @@ annotation_object_compute_sum (AnnotationObject *object,
*
* Test taking an array with length parameter
**/
-void
+void
annotation_object_compute_sum_n(AnnotationObject *object,
int *nums,
int n_nums)
@@ -242,7 +242,7 @@ annotation_object_compute_sum_n(AnnotationObject *object,
}
/**
- * annotation_object_allow_none:
+ * annotation_object_allow_none:
* @object: a #GObject
* @somearg: (allow-none):
**/
@@ -266,7 +266,7 @@ annotation_object_notrans (AnnotationObject *object)
}
/**
- * annotation_object_do_not_use:
+ * annotation_object_do_not_use:
* @object: a #GObject
*
* Deprecated: 0.12: Use annotation_object_create_object() instead.