trailing whitespace fixes
[nihav.git] / src / codecs / ts102366.rs
index c6fb42f4ace2a060014725acdacee8276a4d550a..3ee68ee4e3a9d8d92050f8798aea14941f6d2b1f 100644 (file)
@@ -836,7 +836,7 @@ impl AudioBlock {
     fn read(&mut self, br: &mut BitReader, bsi: &BSI, fscod: usize, blk_no: usize) -> DecoderResult<bool> {
         let channels = bsi.acmod.get_num_channels();
         let is_stereo = bsi.acmod == ACMode::Stereo;
-        
+
         for ch in 0..channels {
             self.chdata[ch].blksw                   = br.read_bool()?;
         }