Mercurial > hg > aimc
diff trunk/src/Modules/Output/FileOutputAIMC.cc @ 398:3ee03a6b95a0
- All \t to two spaces (style guide compliance)
author | tomwalters |
---|---|
date | Fri, 15 Oct 2010 05:46:53 +0000 |
parents | 1c0723041971 |
children | 69466da9745e |
line wrap: on
line diff
--- a/trunk/src/Modules/Output/FileOutputAIMC.cc Fri Oct 15 05:40:53 2010 +0000 +++ b/trunk/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; }