remove stray whitespaces
authorKostya Shishkov <kostya.shishkov@gmail.com>
Sun, 5 May 2024 16:43:15 +0000 (18:43 +0200)
committerKostya Shishkov <kostya.shishkov@gmail.com>
Sun, 5 May 2024 16:43:15 +0000 (18:43 +0200)
nihav-acorn/src/codecs/linepack.rs
nihav-acorn/src/codecs/movingblockshq.rs

index 3b4c7e947d3493b3f54c1a206671223ca43c5484..0311e8b357aec5d5e74259d095d23cf63d0e4437 100644 (file)
@@ -244,7 +244,7 @@ impl NAPacketiser for LinePackPacketiser {
                         1 => ((val >> 6) & 0x3F) as usize, // motion size
                         2 => common_len, // run
                         3 => common_len, // raw
-                        4 => common_len & 0xFF, // four-colour pattern 
+                        4 => common_len & 0xFF, // four-colour pattern
                         5 => common_len * 2, // interleaved
                         _ => 0, // ???
                     };
index 0c4ca2407064c48d2bcca7cc5583eaabdaf8c8e9..d271ec5d8c3e6639c8a98f49303f27322b422851 100644 (file)
@@ -541,7 +541,7 @@ mod test {
     }
 }
 
-const LUMA_CODES: [u16; 32] = [ 
+const LUMA_CODES: [u16; 32] = [
     0x002, 0x007, 0x004, 0x008, 0x01D, 0x03B, 0x035, 0x05B,
     0x065, 0x070, 0x050, 0x0ED, 0x0A5, 0x0C5, 0x090, 0x19B,
     0x16D, 0x06D, 0x09B, 0x010, 0x045, 0x025, 0x01B, 0x030,