From: Kostya Shishkov Date: Fri, 10 Jul 2020 19:44:11 +0000 (+0200) Subject: remove trailing whitespace X-Git-Url: https://git.nihav.org/?p=nihav-encoder.git;a=commitdiff_plain;h=830c03a129f2f20efa9070ebc3d0572c5b56da93 remove trailing whitespace --- diff --git a/src/main.rs b/src/main.rs index 0d5082d..b06f7b6 100644 --- a/src/main.rs +++ b/src/main.rs @@ -121,7 +121,7 @@ impl Transcoder { self.istr_opts.len() - 1 }; let istr = &mut self.istr_opts[sidx]; - + for opt in opt1.split(',') { let oval: Vec<_> = opt.split('=').collect(); if oval.len() == 1 { @@ -152,7 +152,7 @@ impl Transcoder { self.ostr_opts.len() - 1 }; let ostr = &mut self.ostr_opts[sidx]; - + for opt in opt1.split(',') { let oval: Vec<_> = opt.split('=').collect(); if oval.len() == 1 {