comparison 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
comparison
equal deleted inserted replaced
397:7a573750b186 398:3ee03a6b95a0
88 "and FileOutputAIMC::OpenFile to open an new one before " 88 "and FileOutputAIMC::OpenFile to open an new one before "
89 "calling FileOutputAIMC::Initialize again.")); 89 "calling FileOutputAIMC::Initialize again."));
90 return false; 90 return false;
91 } 91 }
92 channel_count_ = input.channel_count(); 92 channel_count_ = input.channel_count();
93 buffer_length_ = input.buffer_length(); 93 buffer_length_ = input.buffer_length();
94 sample_rate_ = input.sample_rate(); 94 sample_rate_ = input.sample_rate();
95 WriteHeader(); 95 WriteHeader();
96 return true; 96 return true;
97 } 97 }
98 98
99 void FileOutputAIMC::ResetInternal() { 99 void FileOutputAIMC::ResetInternal() {