[gnome-boxes] libvirt-machine-props: Minor coding-style fixes



commit beb49de99eba094ec685a24a2cf51b30fe45db22
Author: Zeeshan Ali (Khattak) <zeeshanak gnome org>
Date:   Thu Jul 9 18:39:50 2015 +0100

    libvirt-machine-props: Minor coding-style fixes

 src/libvirt-machine-properties.vala |    9 ++++-----
 1 files changed, 4 insertions(+), 5 deletions(-)
---
diff --git a/src/libvirt-machine-properties.vala b/src/libvirt-machine-properties.vala
index a98e20f..975d13b 100644
--- a/src/libvirt-machine-properties.vala
+++ b/src/libvirt-machine-properties.vala
@@ -134,6 +134,7 @@ private class Boxes.LibvirtMachineProperties: GLib.Object, Boxes.IPropertiesProv
                 add_string_property (ref list, _("Display Protocol"), machine.display.protocol);
                 add_string_property (ref list, _("Display URI"), machine.display.uri);
             }
+
             break;
 
         case PropertiesPage.SYSTEM:
@@ -681,11 +682,9 @@ private class Boxes.LibvirtMachineProperties: GLib.Object, Boxes.IPropertiesProv
     }
 
     private Boxes.SnapshotsProperty add_snapshots_property (ref List<Boxes.Property> list) {
-      var property = new SnapshotsProperty (machine);
-      list.append (property);
+        var property = new SnapshotsProperty (machine);
+        list.append (property);
 
-      return property;
+        return property;
     }
-
-
 }


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