diff options
author | Andrey Lihatskiy <alihatskiy@productengine.com> | 2024-07-01 16:43:29 +0300 |
---|---|---|
committer | Andrey Lihatskiy <alihatskiy@productengine.com> | 2024-07-01 17:16:16 +0300 |
commit | 1142c2c79b79802c47720b10130bd194b2a8abf1 (patch) | |
tree | cf052657eca3b58a8f3f43bcc8757324e02befbb /indra/llwebrtc/llwebrtc.h | |
parent | c63cfaa15dc6829b50fda3a024295f7c0b022650 (diff) |
Fix trailing spaces to make pre-commit happy
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 |