[gobject-introspection] tests: Restore intentional mixed tab/space indentation



commit 516c1877af22b4376e8010eb2e0f9a6fba002d81
Author: Dieter Verfaillie <dieterv optionexplicit be>
Date:   Wed Mar 20 16:54:26 2013 +0100

    tests: Restore intentional mixed tab/space indentation
    
    Removed by accident in 2df621c53cdffbc3c43c3745947ee859020c8338
    
    https://bugzilla.gnome.org/show_bug.cgi?id=697612

 tests/scanner/annotation.c |   16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/tests/scanner/annotation.c b/tests/scanner/annotation.c
index f3cfb42..7d74b70 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",


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]