diff options
author | Roxie Linden <roxie@lindenlab.com> | 2024-09-18 14:14:26 -0700 |
---|---|---|
committer | Roxie Linden <roxie@lindenlab.com> | 2024-09-18 14:14:26 -0700 |
commit | 743a1a6d8eabf069d95777c96e5b657cb8702593 (patch) | |
tree | 5e360b665e0079cb6f84bfaced4c282c6e4c3653 | |
parent | 52091a6097cd4e68f3fc1b0972080867ceb09122 (diff) |
fix trailing whitespace
-rw-r--r-- | indra/newview/llvoicewebrtc.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llvoicewebrtc.cpp b/indra/newview/llvoicewebrtc.cpp index aabf897050..ad8f6927ed 100644 --- a/indra/newview/llvoicewebrtc.cpp +++ b/indra/newview/llvoicewebrtc.cpp @@ -2445,7 +2445,7 @@ void LLVoiceWebRTCConnection::setSpeakerVolume(F32 volume) void LLVoiceWebRTCConnection::setUserVolume(const LLUUID& id, F32 volume) { - boost::json::object root = { { "ug", { { id.asString(), (uint32_t)(volume * PEER_GAIN_CONVERSION_FACTOR) } } } }; + boost::json::object root = { { "ug", { { id.asString(), (uint32_t)(volume * PEER_GAIN_CONVERSION_FACTOR) } } } }; std::string json_data = boost::json::serialize(root); if (mWebRTCDataInterface) { |