audio-source: fix indentation
authorAurélien Zanelli <aurelien.zanelli@darkosphere.fr>
Mon, 16 May 2016 15:35:29 +0000 (17:35 +0200)
committerThibault Saunier <tsaunier@gnome.org>
Mon, 16 May 2016 17:21:12 +0000 (13:21 -0400)
https://bugzilla.gnome.org/show_bug.cgi?id=766524

ges/ges-audio-source.c

index 178227ee0360785cd732b0d749caa0147b66c06d..21ec2b2de3a6efd96f6fae048e2e82025c9aef13 100644 (file)
@@ -72,9 +72,9 @@ _sync_element_to_layer_property_float (GESTrackElement * trksrc,
 
   parent = ges_timeline_element_get_parent (GES_TIMELINE_ELEMENT (trksrc));
   if (!parent) {
-      GST_DEBUG_OBJECT (trksrc, "Not in a clip... doing nothing");
+    GST_DEBUG_OBJECT (trksrc, "Not in a clip... doing nothing");
 
-      return;
+    return;
   }
 
   layer = ges_clip_get_layer (GES_CLIP (parent));