remove trailing whitespaces
[nihav.git] / nihav-game / src / codecs / midivid.rs
index 2a04a9e3194e614a61bb3d88e71f6310652db5d1..13c954a1505270fd7685d8cdc7f4a26cebca3162 100644 (file)
@@ -92,7 +92,7 @@ fn decode_frame(frm: &mut NASimpleVideoFrame<u8>, src: &[u8], width: usize, heig
                     idx_br.read_byte()? as usize
                 } else {
                     if bits == 0 {
-                        hi9 = idx9_br.read_byte()?; 
+                        hi9 = idx9_br.read_byte()?;
                         bits = 8;
                     }
                     bits -= 1;
@@ -112,7 +112,7 @@ fn decode_frame(frm: &mut NASimpleVideoFrame<u8>, src: &[u8], width: usize, heig
             }
         }
     }
-    
+
     Ok(is_intra)
 }