remove trailing whitespaces
[nihav.git] / nihav-core / src / dsp / dct.rs
index b3415e395971b694d14a4a3ee7614bb0a35d5829..e58ccc706d87ae5ab54f08dcde36eb0bad996bb2 100644 (file)
@@ -81,7 +81,7 @@ impl DCT {
                 },*/
             _ => { tab = Vec::new(); },
         };
-        
+
         Self { tmp, tab, mode, size, swaps, perms, is_pow2, perm_tab }
     }
     fn can_do_fast(&mut self) -> bool {