summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDieter Verfaillie <dieterv@optionexplicit.be>2013-03-20 16:54:26 +0100
committerDieter Verfaillie <dieterv@optionexplicit.be>2013-04-09 23:10:14 +0200
commit516c1877af22b4376e8010eb2e0f9a6fba002d81 (patch)
tree220bbfebec04f9b8d0a2467075b4b670d6814530
parentd03bbfa52c328f2250b40777077b464e6978d47f (diff)
downloadgobject-introspection-516c1877af22b4376e8010eb2e0f9a6fba002d81.tar.gz
tests: Restore intentional mixed tab/space indentation
Removed by accident in 2df621c53cdffbc3c43c3745947ee859020c8338 https://bugzilla.gnome.org/show_bug.cgi?id=697612
-rw-r--r--tests/scanner/annotation.c16
1 files changed, 8 insertions, 8 deletions
diff --git a/tests/scanner/annotation.c b/tests/scanner/annotation.c
index f3cfb424..7d74b702 100644
--- a/tests/scanner/annotation.c
+++ b/tests/scanner/annotation.c
@@ -174,14 +174,14 @@ regress_annotation_object_class_init (RegressAnnotationObjectClass *klass)
"This property is a function pointer",
G_PARAM_READWRITE | G_PARAM_CONSTRUCT));
- /**
- * RegressAnnotationObject:tab-property:
- *
- * This is a property regress_annotation intentionally indented with a mix
- * of tabs and strings to test the tab handling capabilities of the scanner.
- *
- * Since: 1.2
- */
+ /**
+ * RegressAnnotationObject:tab-property:
+ *
+ * This is a property regress_annotation intentionally indented with a mix
+ * of tabs and strings to test the tab handling capabilities of the scanner.
+ *
+ * Since: 1.2
+ */
g_object_class_install_property (gobject_class,
PROP_TAB_PROPERTY,
g_param_spec_string ("tab-property",