Minor indentation fix
authorZeeshan Ali (Khattak) <zeeshanak@gnome.org>
Mon, 4 May 2009 13:16:36 +0000 (16:16 +0300)
committerZeeshan Ali (Khattak) <zeeshanak@gnome.org>
Wed, 6 May 2009 12:46:53 +0000 (15:46 +0300)
src/rygel/rygel-plugin-loader.vala

index 82b3e7e..abeb04e 100644 (file)
@@ -67,8 +67,8 @@ public class Rygel.PluginLoader : Object {
 
         while ((info = enumerator.next_file (null)) != null) {
             string file_name = info.get_name ();
-            string file_path = Path.build_filename (dir.get_path (),
-                                                        file_name);
+            string file_path = Path.build_filename (dir.get_path (), file_name);
+
             File file = File.new_for_path (file_path);
             FileType file_type = info.get_file_type ();
             string content_type = info.get_content_type ();