diff options
author | Kostya Shishkov <kostya.shishkov@gmail.com> | 2018-10-28 10:33:28 +0100 |
---|---|---|
committer | Kostya Shishkov <kostya.shishkov@gmail.com> | 2018-10-28 10:33:28 +0100 |
commit | 190f8cf038e951ba9af0f0ac4a120dd0a7847b6d (patch) | |
tree | aaefde7d00a67547800503533aef70a3373357fd /src | |
parent | 5a932f64889344148f6264c9928fece7fd0b68bb (diff) | |
download | nihav-190f8cf038e951ba9af0f0ac4a120dd0a7847b6d.tar.gz |
fix trailing whitespace
Diffstat (limited to 'src')
-rw-r--r-- | src/codecs/aac.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/codecs/aac.rs b/src/codecs/aac.rs index 9bf215c..b533e9a 100644 --- a/src/codecs/aac.rs +++ b/src/codecs/aac.rs @@ -394,7 +394,7 @@ unimplemented!("predictor data"); if ltp_data_present { //ltp data } - } + } } Ok(Some(Self { })) */ |