gst-launch: Micro coding-style fix
authorZeeshan Ali (Khattak) <zeeshanak@gnome.org>
Wed, 25 Aug 2010 12:42:48 +0000 (15:42 +0300)
committerZeeshan Ali (Khattak) <zeeshanak@gnome.org>
Wed, 25 Aug 2010 12:43:47 +0000 (15:43 +0300)
src/plugins/gst-launch/rygel-gst-launch-item.vala

index b619a6c..29c4306 100644 (file)
@@ -52,6 +52,7 @@ public class Rygel.GstLaunch.Item : Rygel.MediaItem {
           return Gst.parse_bin_from_description (this.launch_line, true);
         } catch (Error err) {
           warning ("parse launchline failed: %s", err.message);
+
           return null;
         }
     }