remove trailing whitespace
authorKostya Shishkov <kostya.shiskov@gmail.com>
Fri, 10 Jul 2020 19:40:14 +0000 (21:40 +0200)
committerKostya Shishkov <kostya.shiskov@gmail.com>
Fri, 10 Jul 2020 19:40:14 +0000 (21:40 +0200)
src/main.rs

index be01646f046f5581b63f2e5f0c66c9422efd1e31..c53181d5efb06cfdb5c5f3b069cf2d782e2a25a5 100644 (file)
@@ -359,7 +359,7 @@ fn play_file(args: Vec<String>) {
 
     let mut video_dec: Option<DecoderStuff> = None;
     let mut audio_dec: Option<DecoderStuff> = None;
-    
+
     for i in 0..dmx.get_num_streams() {
         let s = dmx.get_stream(i).unwrap();
         let info = s.get_info();