diff options
author | Andrey Lihatskiy <alihatskiy@productengine.com> | 2024-07-18 10:01:15 +0300 |
---|---|---|
committer | Andrey Kleshchev <117672381+akleshchev@users.noreply.github.com> | 2024-07-29 12:28:33 +0300 |
commit | b746e78c78eaba3460b0f49208dc8b864c376d34 (patch) | |
tree | cfb0f628f0c49f30af2a97dee9a814e589f775d6 /indra/llwebrtc/llwebrtc.h | |
parent | aced6fe5dadae40eed700cff42936a6d227d7837 (diff) |
Fix trailing whitespaces in webrtc code to pass pre-commit
Diffstat (limited to 'indra/llwebrtc/llwebrtc.h')
-rw-r--r-- | indra/llwebrtc/llwebrtc.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/llwebrtc/llwebrtc.h b/indra/llwebrtc/llwebrtc.h index f447ea990a..54eefc8554 100644 --- a/indra/llwebrtc/llwebrtc.h +++ b/indra/llwebrtc/llwebrtc.h @@ -129,7 +129,7 @@ class LLWebRTCDeviceInterface }; virtual void setAudioConfig(AudioConfig config) = 0; - + // instructs webrtc to refresh the device list. virtual void refreshDevices() = 0; @@ -231,7 +231,7 @@ class LLWebRTCSignalingObserver class LLWebRTCPeerConnectionInterface { public: - + struct InitOptions { // equivalent of PeerConnectionInterface::IceServer |