coding standard cleanup

This commit is contained in:
ZappoMan 2014-04-15 12:50:05 -07:00
parent f3f9325a42
commit 9d49a53434
2 changed files with 3 additions and 4 deletions

View file

@ -518,7 +518,6 @@ void Audio::handleAudioInput() {
// Add tone injection if enabled // Add tone injection if enabled
const float TONE_FREQ = 220.f / SAMPLE_RATE * TWO_PI; const float TONE_FREQ = 220.f / SAMPLE_RATE * TWO_PI;
//const float TONE_FREQ = 5000.f / SAMPLE_RATE * TWO_PI;
const float QUARTER_VOLUME = 8192.f; const float QUARTER_VOLUME = 8192.f;
if (_toneInjectionEnabled) { if (_toneInjectionEnabled) {
loudness = 0.f; loudness = 0.f;

View file

@ -6,8 +6,8 @@
// Copyright (c) 2014 High Fidelity, Inc. All rights reserved. // Copyright (c) 2014 High Fidelity, Inc. All rights reserved.
// //
#ifndef __interface__AudioReflector__ #ifndef interface_AudioReflector_h
#define __interface__AudioReflector__ #define interface_AudioReflector_h
#include <QMutex> #include <QMutex>
@ -185,4 +185,4 @@ private:
}; };
#endif /* defined(__interface__AudioReflector__) */ #endif // interface_AudioReflector_h