diff options
author | Andrey Lihatskiy <alihatskiy@productengine.com> | 2024-07-18 10:01:15 +0300 |
---|---|---|
committer | Andrey Lihatskiy <alihatskiy@productengine.com> | 2024-07-18 10:41:09 +0300 |
commit | 88f52f1b90af1813dc70525f2e08b16cc5939af5 (patch) | |
tree | b4fe7495a87034434d49c406b2286c95acea59c9 /indra/llwebrtc/llwebrtc_impl.h | |
parent | 2f52fecaababfb7b043cac16a363da21c8dd29e4 (diff) |
Fix trailing whitespaces in webrtc code to pass pre-commit
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 |