[rygel] core: Micro indentation fix



commit cee780b136e9a68ff5e96b0dacfd63563c3826bb
Author: Zeeshan Ali (Khattak) <zeeshanak gnome org>
Date:   Thu Apr 8 02:27:24 2010 +0300

    core: Micro indentation fix

 src/rygel/rygel-http-server.vala |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/rygel/rygel-http-server.vala b/src/rygel/rygel-http-server.vala
index a16d904..3f8a157 100644
--- a/src/rygel/rygel-http-server.vala
+++ b/src/rygel/rygel-http-server.vala
@@ -99,7 +99,7 @@ internal class Rygel.HTTPServer : Rygel.TranscodeManager, Rygel.StateMachine {
                                                           index,
                                                           -1,
                                                           null);
-                thumbnail.add_resource (didl_item,  this.get_protocol ());
+                thumbnail.add_resource (didl_item, this.get_protocol ());
 
                 // Now restore the original URI
                 thumbnail.uri = uri;



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