rygel r648 - trunk/src/rygel



Author: zeeshanak
Date: Sun Mar 15 19:00:20 2009
New Revision: 648
URL: http://svn.gnome.org/viewvc/rygel?rev=648&view=rev

Log:
Minor indentation fix.

Modified:
   trunk/src/rygel/rygel-didl-lite-writer.vala

Modified: trunk/src/rygel/rygel-didl-lite-writer.vala
==============================================================================
--- trunk/src/rygel/rygel-didl-lite-writer.vala	(original)
+++ trunk/src/rygel/rygel-didl-lite-writer.vala	Sun Mar 15 19:00:20 2009
@@ -52,9 +52,9 @@
 
     private void serialize_item (MediaItem item) throws Error {
         this.start_item (item.id,
-                                item.parent.id,
-                                null,
-                                false);
+                         item.parent.id,
+                         null,
+                         false);
 
         /* Add fields */
         this.add_string ("title",



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