remove trailing whitespace
[nihav.git] / nihav-qt / src / codecs / svq1.rs
index a6735bb9640e34e5d4c7de29790a840bae3bd775..c65e10d300390a0e97ced72d1893db8d160d089d 100644 (file)
@@ -288,7 +288,7 @@ impl SVQ1Decoder {
         let (w, h) = if plane == 0 {
                 ((self.width + 15) & !15, (self.height + 15) & !15)
             } else {
-                ((self.width / 4 + 15) & !15, (self.height / 4 + 15) & !15)                
+                ((self.width / 4 + 15) & !15, (self.height / 4 + 15) & !15)
             };
         let mvstride = w / 8;
         self.mvs.truncate(0);