[gnome-control-center] Fix indentation



commit 46673670d9aecd239f441433dde8ee7666dfeecb
Author: Lukáš Tyrychtr <lukastyrychtr gmail com>
Date:   Tue May 10 10:17:04 2022 +0200

    Fix indentation

 panels/background/cc-background-chooser.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/panels/background/cc-background-chooser.c b/panels/background/cc-background-chooser.c
index 151909268..cc6364b1b 100644
--- a/panels/background/cc-background-chooser.c
+++ b/panels/background/cc-background-chooser.c
@@ -157,10 +157,10 @@ create_widget_func (gpointer model_item,
   gtk_overlay_add_overlay (GTK_OVERLAY (overlay), check);
   if (button)
     gtk_overlay_add_overlay (GTK_OVERLAY (overlay), button);
-  gtk_accessible_update_property (GTK_ACCESSIBLE (overlay),
-                                              GTK_ACCESSIBLE_PROPERTY_LABEL,
-                                              cc_background_item_get_name (item),
-                                              -1);
+    gtk_accessible_update_property (GTK_ACCESSIBLE (overlay),
+                                                GTK_ACCESSIBLE_PROPERTY_LABEL,
+                                                cc_background_item_get_name (item),
+                                                -1);
 
 
   child = gtk_flow_box_child_new ();


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