[rygel] core: Minor formatting fix



commit e5bc89306f4da5ea8b17f15c385ba3aae56cb82c
Author: Jens Georg <mail jensge org>
Date:   Sat Dec 5 03:30:16 2009 +0100

    core: Minor formatting fix

 src/rygel/rygel-http-request.vala |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/rygel/rygel-http-request.vala b/src/rygel/rygel-http-request.vala
index eab86e0..c5f7a0c 100644
--- a/src/rygel/rygel-http-request.vala
+++ b/src/rygel/rygel-http-request.vala
@@ -82,7 +82,7 @@ internal class Rygel.HTTPRequest : GLib.Object, Rygel.StateMachine {
 
         try {
             var uri = new ItemUri.from_string (this.msg.uri.path,
-                    this.http_server.path_root);
+                                               this.http_server.path_root);
 
             this.item_id = uri.item_id;
             this.thumbnail_index = uri.thumbnail_index;



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