[gnome-boxes] props-page-widget: Minor indentation fix



commit 6ca40a8f8f0a61f72546d00ccd023f6d7102d98f
Author: Zeeshan Ali (Khattak) <zeeshanak gnome org>
Date:   Fri Feb 20 18:58:22 2015 +0000

    props-page-widget: Minor indentation fix

 src/properties-page-widget.vala |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/properties-page-widget.vala b/src/properties-page-widget.vala
index 4774daa..4dfd491 100644
--- a/src/properties-page-widget.vala
+++ b/src/properties-page-widget.vala
@@ -72,8 +72,8 @@ private class Boxes.PropertiesPageWidget: Gtk.Box {
                 }
 
                 property.refresh_properties.connect (() => {
-                        this.refresh_properties ();
-                        });
+                    this.refresh_properties ();
+                });
                 current_row += 1;
             }
         }


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