[rygel] core: Minor indentation fix



commit dac9c9283a333d7da28f26d7cb7ee17b2d151902
Author: Zeeshan Ali (Khattak) <zeeshanak gnome org>
Date:   Sat Jul 4 00:50:19 2009 +0300

    core: Minor indentation fix

 src/rygel/rygel-user-config.vala |    9 ++++-----
 1 files changed, 4 insertions(+), 5 deletions(-)
---
diff --git a/src/rygel/rygel-user-config.vala b/src/rygel/rygel-user-config.vala
index da681d8..29f95c3 100644
--- a/src/rygel/rygel-user-config.vala
+++ b/src/rygel/rygel-user-config.vala
@@ -283,13 +283,12 @@ public class Rygel.UserConfig : GLib.Object, Configuration {
 
                 // Start service first
                 this.dbus_obj.StartServiceByName (RYGEL_SERVICE,
-                        (uint32) 0,
-                        out res);
+                                                  (uint32) 0,
+                                                  out res);
 
                 // Then symlink the desktop file to user's autostart dir
-                var source_path = Path.build_filename (
-                        BuildConfig.DESKTOP_DIR,
-                        "rygel.desktop");
+                var source_path = Path.build_filename (BuildConfig.DESKTOP_DIR,
+                                                       "rygel.desktop");
                 dest.make_symbolic_link (source_path, null);
 
                 this.set_bool ("general", ENABLED_KEY, true);



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