use tabs for indentation
This commit is contained in:
@@ -528,7 +528,7 @@ static void seq_update_sound_bounds_recursive(Scene *scene, Sequence *metaseq)
|
||||
Sequence *seq;
|
||||
|
||||
/* for sound we go over full meta tree to update bounds of the sound strips,
|
||||
since sound is played outside of evaluating the imbufs, */
|
||||
* since sound is played outside of evaluating the imbufs, */
|
||||
for(seq=metaseq->seqbase.first; seq; seq=seq->next) {
|
||||
if(seq->type == SEQ_META) {
|
||||
seq_update_sound_bounds_recursive(scene, seq);
|
||||
|
Reference in New Issue
Block a user