Mercurial > hg > aimc
diff src/Modules/Output/FileOutputAIMC.cc @ 117:c5ac2f0c7fc5
- All \t to two spaces (style guide compliance)
author | tomwalters |
---|---|
date | Fri, 15 Oct 2010 05:46:53 +0000 |
parents | 6dc9bc6cc13b |
children | 3cdaa81c3aca |
line wrap: on
line diff
--- a/src/Modules/Output/FileOutputAIMC.cc Fri Oct 15 05:40:53 2010 +0000 +++ b/src/Modules/Output/FileOutputAIMC.cc Fri Oct 15 05:46:53 2010 +0000 @@ -90,8 +90,8 @@ return false; } channel_count_ = input.channel_count(); - buffer_length_ = input.buffer_length(); - sample_rate_ = input.sample_rate(); + buffer_length_ = input.buffer_length(); + sample_rate_ = input.sample_rate(); WriteHeader(); return true; }