trailing whitespace fixes
[nihav.git] / src / codecs / real / ralf.rs
index d1286d5b16eb9c688304016c25b7c6692a67a676..74eefe3b3311c02a6342f651557c15b27d7bdd73 100644 (file)
@@ -342,7 +342,7 @@ impl RALFDecoder {
             _ => unreachable!(),
         }
         self.sample_offset += length;
-        
+
         Ok(())
     }
 }