comparison trunk/src/Modules/Output/FileOutputAIMC.h @ 398:3ee03a6b95a0

- All \t to two spaces (style guide compliance)
author tomwalters
date Fri, 15 Oct 2010 05:46:53 +0000
parents 1c0723041971
children 99f9bf0f7798
comparison
equal deleted inserted replaced
397:7a573750b186 398:3ee03a6b95a0
65 */ 65 */
66 int frame_count_; 66 int frame_count_;
67 67
68 int channel_count_; 68 int channel_count_;
69 int buffer_length_; 69 int buffer_length_;
70 float sample_rate_; 70 float sample_rate_;
71 float frame_period_ms_; 71 float frame_period_ms_;
72 }; 72 };
73 } // namespace aimc 73 } // namespace aimc
74 74
75 #endif // AIMC_MODULES_OUTPUT_AIMC_H_ 75 #endif // AIMC_MODULES_OUTPUT_AIMC_H_