summaryrefslogtreecommitdiff
path: root/indra/llwebrtc/llwebrtc.cpp
diff options
context:
space:
mode:
authorRoxie Linden <roxie@lindenlab.com>2024-02-22 23:25:27 -0800
committerRoxie Linden <roxie@lindenlab.com>2024-02-22 23:25:27 -0800
commit4057d38e969b2a9d29d111ee3b238a562e82fd9a (patch)
tree693e2fa858e6f3b353bb506358d474e9b7efdbd0 /indra/llwebrtc/llwebrtc.cpp
parent1e5e3f130a2651d0217c6e20b8971f9f6677ab81 (diff)
coding cleanup
Diffstat (limited to 'indra/llwebrtc/llwebrtc.cpp')
-rw-r--r--indra/llwebrtc/llwebrtc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llwebrtc/llwebrtc.cpp b/indra/llwebrtc/llwebrtc.cpp
index 283124e315..adde174a74 100644
--- a/indra/llwebrtc/llwebrtc.cpp
+++ b/indra/llwebrtc/llwebrtc.cpp
@@ -40,7 +40,7 @@
namespace llwebrtc
{
-LLAudioDeviceObserver::LLAudioDeviceObserver() : mMicrophoneEnergy(0.0), mSumVector {0} {}
+LLAudioDeviceObserver::LLAudioDeviceObserver() : mSumVector {0}, mMicrophoneEnergy(0.0) {}
float LLAudioDeviceObserver::getMicrophoneEnergy() { return mMicrophoneEnergy; }