diff options
author | Ansariel <ansariel.hiller@phoenixviewer.com> | 2024-07-29 10:09:56 +0200 |
---|---|---|
committer | Andrey Kleshchev <117672381+akleshchev@users.noreply.github.com> | 2024-07-29 21:22:05 +0300 |
commit | 2d69e4d2396d4d5d2e2b9d4959e668e57c08efd0 (patch) | |
tree | ff47bd6029f2292d4e6f3addec0967aa359cc4a3 /indra/llwebrtc/llwebrtc_impl.h | |
parent | d163d9032314335825b6f713e388342dde9174e7 (diff) |
Fix trailing whitespaces
Diffstat (limited to 'indra/llwebrtc/llwebrtc_impl.h')
-rw-r--r-- | indra/llwebrtc/llwebrtc_impl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llwebrtc/llwebrtc_impl.h b/indra/llwebrtc/llwebrtc_impl.h index 6672f8ce90..2fb5525519 100644 --- a/indra/llwebrtc/llwebrtc_impl.h +++ b/indra/llwebrtc/llwebrtc_impl.h @@ -235,7 +235,7 @@ class LLWebRTCImpl : public LLWebRTCDeviceInterface, public webrtc::AudioDeviceS // The factory that allows creation of native webrtc PeerConnections. rtc::scoped_refptr<webrtc::PeerConnectionFactoryInterface> mPeerConnectionFactory; - + rtc::scoped_refptr<webrtc::AudioProcessing> mAudioProcessingModule; // more native webrtc stuff |