use tabs for indentation

This commit is contained in:
Campbell Barton
2012-02-13 20:54:36 +00:00
parent 0fbff1be3e
commit a53237f193

View File

@@ -528,7 +528,7 @@ static void seq_update_sound_bounds_recursive(Scene *scene, Sequence *metaseq)
Sequence *seq; Sequence *seq;
/* for sound we go over full meta tree to update bounds of the sound strips, /* 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) { for(seq=metaseq->seqbase.first; seq; seq=seq->next) {
if(seq->type == SEQ_META) { if(seq->type == SEQ_META) {
seq_update_sound_bounds_recursive(scene, seq); seq_update_sound_bounds_recursive(scene, seq);