mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-14 05:12:09 +00:00
track: fix indentation
This commit is contained in:
parent
e1f92be62b
commit
717985182a
1 changed files with 1 additions and 1 deletions
|
@ -201,7 +201,7 @@ update_gaps (GESTrack * track)
|
|||
g_sequence_iter_is_end (it) == FALSE; it = g_sequence_iter_next (it)) {
|
||||
trackelement = g_sequence_get (it);
|
||||
|
||||
if (!ges_track_element_is_active(trackelement))
|
||||
if (!ges_track_element_is_active (trackelement))
|
||||
continue;
|
||||
|
||||
start = _START (trackelement);
|
||||
|
|
Loading…
Reference in a new issue