rygel r677 - trunk/src/rygel



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

Log:
Another indentation fix.

Modified:
   trunk/src/rygel/rygel-transcode-src.vala

Modified: trunk/src/rygel/rygel-transcode-src.vala
==============================================================================
--- trunk/src/rygel/rygel-transcode-src.vala	(original)
+++ trunk/src/rygel/rygel-transcode-src.vala	Sun Mar 15 19:02:44 2009
@@ -117,13 +117,13 @@
        var filter = Caps.from_string ("audio/x-raw-int");
        convert.link_filtered (encoder, filter);
 
-        var pad = convert.get_static_pad ("sink");
-        var ghost = new GhostPad (null, pad);
-        bin.add_pad (ghost);
+       var pad = convert.get_static_pad ("sink");
+       var ghost = new GhostPad (null, pad);
+       bin.add_pad (ghost);
 
-        pad = encoder.get_static_pad ("src");
-        ghost = new GhostPad (null, pad);
-        bin.add_pad (ghost);
+       pad = encoder.get_static_pad ("src");
+       ghost = new GhostPad (null, pad);
+       bin.add_pad (ghost);
 
        return bin;
    }



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