core: Micro indentation fix
authorZeeshan Ali (Khattak) <zeeshanak@gnome.org>
Mon, 25 Jan 2010 16:21:49 +0000 (18:21 +0200)
committerZeeshan Ali (Khattak) <zeeshanak@gnome.org>
Wed, 3 Feb 2010 13:38:48 +0000 (15:38 +0200)
src/rygel/rygel-http-server.vala

index f311cf9..30e6b20 100644 (file)
@@ -64,7 +64,7 @@ internal class Rygel.HTTPServer : Rygel.TranscodeManager, Rygel.StateMachine {
      */
     internal override void add_resources (DIDLLiteItem didl_item,
                                           MediaItem    item)
-                                throws Error {
+                                          throws Error {
         if (!this.http_uri_present (item)) {
             // Create the HTTP proxy URI
             var uri = this.create_uri_for_item (item, -1, null);