diff mxfenc.c @ 3831:547e11f5924b libavformat

cosmetics, whitespace
author bcoudurier
date Sun, 31 Aug 2008 01:44:45 +0000
parents b12626ef1020
children f3a099c0fdf8
line wrap: on
line diff
--- a/mxfenc.c	Sun Aug 31 01:41:10 2008 +0000
+++ b/mxfenc.c	Sun Aug 31 01:44:45 2008 +0000
@@ -652,7 +652,7 @@
     if (type == SourcePackage)
         mxf_write_multi_descriptor(s);
 
-    for (i = 0;i < s->nb_streams; i++) {
+    for (i = 0; i < s->nb_streams; i++) {
         mxf_write_track(s, i, type);
         mxf_write_sequence(s, i, type);
         mxf_write_structural_component(s, i, type);