[rygel] Minor indentation fix



commit b896043c56d748fe4db767df959804d028ffc739
Author: Zeeshan Ali (Khattak) <zeeshanak gnome org>
Date:   Mon May 4 16:16:36 2009 +0300

    Minor indentation fix
---
 src/rygel/rygel-plugin-loader.vala |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/rygel/rygel-plugin-loader.vala b/src/rygel/rygel-plugin-loader.vala
index 82b3e7e..abeb04e 100644
--- a/src/rygel/rygel-plugin-loader.vala
+++ b/src/rygel/rygel-plugin-loader.vala
@@ -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 ();



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