From 9d49a5343417c50f097dcd1f253752789ac20dd0 Mon Sep 17 00:00:00 2001 From: ZappoMan Date: Tue, 15 Apr 2014 12:50:05 -0700 Subject: [PATCH] coding standard cleanup --- interface/src/Audio.cpp | 1 - interface/src/AudioReflector.h | 6 +++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/interface/src/Audio.cpp b/interface/src/Audio.cpp index 2cc02b1368..daaffe85a0 100644 --- a/interface/src/Audio.cpp +++ b/interface/src/Audio.cpp @@ -518,7 +518,6 @@ void Audio::handleAudioInput() { // Add tone injection if enabled 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; if (_toneInjectionEnabled) { loudness = 0.f; diff --git a/interface/src/AudioReflector.h b/interface/src/AudioReflector.h index 6a4d10524f..b3faf4ff03 100644 --- a/interface/src/AudioReflector.h +++ b/interface/src/AudioReflector.h @@ -6,8 +6,8 @@ // Copyright (c) 2014 High Fidelity, Inc. All rights reserved. // -#ifndef __interface__AudioReflector__ -#define __interface__AudioReflector__ +#ifndef interface_AudioReflector_h +#define interface_AudioReflector_h #include @@ -185,4 +185,4 @@ private: }; -#endif /* defined(__interface__AudioReflector__) */ +#endif // interface_AudioReflector_h