Minor indentation fix.
authorZeeshan Ali (Khattak) <zeeshanak@src.gnome.org>
Thu, 19 Feb 2009 17:17:50 +0000 (17:17 +0000)
committerZeeshan Ali (Khattak) <zeeshanak@src.gnome.org>
Thu, 19 Feb 2009 17:17:50 +0000 (17:17 +0000)
svn path=/trunk/; revision=626

src/rygel/rygel-didl-lite-writer.vala

index cccac41..cc2cfe6 100644 (file)
@@ -208,7 +208,8 @@ public class Rygel.DIDLLiteWriter : GUPnP.DIDLLiteWriter {
         return resources;
     }
 
-    private DIDLLiteResource create_res (MediaItem item, string uri)
+    private DIDLLiteResource create_res (MediaItem item,
+                                         string    uri)
                                          throws Error {
         DIDLLiteResource res = DIDLLiteResource ();
         res.reset ();