trailing whitespace fixes
[nihav.git] / src / codecs / indeo / indeo5.rs
index ae9113a7f38f4512b13f12e9a2269841f0afad2c..bf3b974498ecfd06bf82e67be7e29cb7374c8dd3 100644 (file)
@@ -260,7 +260,7 @@ impl IndeoXParser for Indeo5Parser {
                 },
             _ => { unreachable!(); }
         };
-        
+
         Ok(BandHeader::new(plane_no, band_no, self.mb_size[band_id], self.blk_size[band_id], self.is_hpel[band_id], inherit_mv, has_qdelta, inherit_qd, band_q, rvmap_idx, num_corr, corr_map, blk_cb, tr, txtype))
     }