aboutsummaryrefslogtreecommitdiffstats
path: root/nihav-commonfmt/src
diff options
context:
space:
mode:
authorKostya Shishkov <kostya.shiskov@gmail.com>2020-07-10 21:43:02 +0200
committerKostya Shishkov <kostya.shiskov@gmail.com>2020-07-10 21:43:02 +0200
commit237cc1f9576ed23c7a2f9bb34b43e5d07e93f710 (patch)
treea19095f6feac0c54aff0ffa68089c8523d14bf52 /nihav-commonfmt/src
parent36294f20b37c13c8b4c468a08e803baedac7e938 (diff)
downloadnihav-237cc1f9576ed23c7a2f9bb34b43e5d07e93f710.tar.gz
remove trailing whitespace
Diffstat (limited to 'nihav-commonfmt/src')
-rw-r--r--nihav-commonfmt/src/demuxers/mov.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/nihav-commonfmt/src/demuxers/mov.rs b/nihav-commonfmt/src/demuxers/mov.rs
index 47cfbe3..0b6dd81 100644
--- a/nihav-commonfmt/src/demuxers/mov.rs
+++ b/nihav-commonfmt/src/demuxers/mov.rs
@@ -239,7 +239,7 @@ fn read_cmov(dmx: &mut MOVDemuxer, strmgr: &mut StreamManager, size: u64) -> Dem
dmx.duration = ddmx.duration;
dmx.tb_den = ddmx.tb_den;
std::mem::swap(&mut dmx.pal, &mut ddmx.pal);
-
+
Ok(size)
}