[libhandy/wip/exalm/backports: 7/7] view-switcher-button: Fix indentation




commit 0d520a27502c42b150f6b2fa41dbe54c99e1ecb1
Author: Alexander Mikhaylenko <alexm gnome org>
Date:   Tue Jan 18 18:05:00 2022 +0500

    view-switcher-button: Fix indentation
    
    See https://gitlab.gnome.org/GNOME/libadwaita/-/commit/1e07f887af0bbe23db7eeba19724f990326fda25

 src/hdy-view-switcher-button.c | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/src/hdy-view-switcher-button.c b/src/hdy-view-switcher-button.c
index 20b57b0c..af9816de 100644
--- a/src/hdy-view-switcher-button.c
+++ b/src/hdy-view-switcher-button.c
@@ -230,11 +230,11 @@ hdy_view_switcher_button_class_init (HdyViewSwitcherButtonClass *klass)
    * Since: 0.0.10
    */
   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);
 
   g_object_class_install_properties (object_class, LAST_PROP, props);
 


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