[libadwaita/wip/exalm/docs: 5/8] view-switcher-button: Fix indentation




commit 1e07f887af0bbe23db7eeba19724f990326fda25
Author: Alexander Mikhaylenko <alexm gnome org>
Date:   Tue Dec 28 14:43:18 2021 +0500

    view-switcher-button: Fix indentation

 src/adw-view-switcher-button.c | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/src/adw-view-switcher-button.c b/src/adw-view-switcher-button.c
index 1e36743e..3d518a6b 100644
--- a/src/adw-view-switcher-button.c
+++ b/src/adw-view-switcher-button.c
@@ -299,11 +299,11 @@ adw_view_switcher_button_class_init (AdwViewSwitcherButtonClass *klass)
    * Since: 1.0
    */
   props[PROP_NEEDS_ATTENTION] =
-  g_param_spec_boolean ("needs-attention",
-                        "Needs attention",
-                        "Hint the view needs attention",
-                        FALSE,
-                        G_PARAM_EXPLICIT_NOTIFY | G_PARAM_READWRITE);
+    g_param_spec_boolean ("needs-attention",
+                          "Needs attention",
+                          "Hint the view needs attention",
+                          FALSE,
+                          G_PARAM_EXPLICIT_NOTIFY | G_PARAM_READWRITE);
 
   /**
    * AdwViewSwitcherButton:badge-number:


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