remove trailing whitespaces
[nihav.git] / nihav-commonfmt / src / muxers / avi.rs
index 296b778937b78db0e27be25830e3b330fad8af2b..25831098d318d3e513bd9c55fa647362e13cbb1b 100644 (file)
@@ -15,7 +15,7 @@ struct AVIStream {
     strh_pos:   u64,
     nframes:    u32,
     is_video:   bool,
-    max_size:   u32,    
+    max_size:   u32,
 }
 
 struct AVIMuxer<'a> {