audio-source: fix indentation

https://bugzilla.gnome.org/show_bug.cgi?id=766524
This commit is contained in:
Aurélien Zanelli 2016-05-16 17:35:29 +02:00 committed by Thibault Saunier
parent 62456af2a2
commit 4f8459b487

View 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));