[rygel] core: Minor indentation fix



commit 6e83f5c83a3859ac742ebd1eb9b94e7a3e7fb8dc
Author: Zeeshan Ali (Khattak) <zeeshanak gnome org>
Date:   Wed Jul 8 15:29:39 2009 +0300

    core: Minor indentation fix

 src/rygel/rygel-root-device-factory.vala |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/src/rygel/rygel-root-device-factory.vala b/src/rygel/rygel-root-device-factory.vala
index d3de206..33fd0ed 100644
--- a/src/rygel/rygel-root-device-factory.vala
+++ b/src/rygel/rygel-root-device-factory.vala
@@ -73,9 +73,9 @@ public class Rygel.RootDeviceFactory {
         this.context.host_path (desc_path, "/" + modified_desc);
 
         return new RootDevice (this.context,
-                                plugin,
-                                doc,
-                                modified_desc);
+                               plugin,
+                               doc,
+                               modified_desc);
     }
 
     private Xml.Doc * create_desc (Plugin plugin,



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