[seahorse] sidebar: Fix accidental tab indentation



commit 9b24aaabf306f45f30c49a24b8584db17f2f4138
Author: Niels De Graef <nielsdegraef gmail com>
Date:   Tue Jun 16 19:26:53 2020 +0200

    sidebar: Fix accidental tab indentation

 src/sidebar.vala | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/sidebar.vala b/src/sidebar.vala
index ce4035d0..e6bf6c2f 100644
--- a/src/sidebar.vala
+++ b/src/sidebar.vala
@@ -68,7 +68,7 @@ public class Seahorse.Sidebar : Gtk.ListBox {
 
         debug("New place '%s' added", place.label);
 
-               if (place.get_length() > 0 || place.show_if_empty)
+        if (place.get_length() > 0 || place.show_if_empty)
             this.store.insert_sorted(place, compare_places);
         place.notify.connect(on_place_changed);
     }


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