diff options
author | Roxie Linden <roxie@lindenlab.com> | 2023-09-10 00:30:59 -0700 |
---|---|---|
committer | Roxie Linden <roxie@lindenlab.com> | 2024-02-08 18:34:00 -0800 |
commit | 4451c3f420d9458e817d22666642d5899283eeda (patch) | |
tree | fd38b3219f5abef091d9e08a362b3944ed809b24 | |
parent | 48a20c5337e16969725985dca2ec1fa6cbaa564d (diff) |
coding policy fixes
-rw-r--r-- | indra/cmake/LLWebRTC.cmake | 1 | ||||
-rw-r--r-- | indra/llwebrtc/llwebrtc.cpp | 2 | ||||
-rw-r--r-- | indra/llwebrtc/llwebrtc.h | 2 |
3 files changed, 2 insertions, 3 deletions
diff --git a/indra/cmake/LLWebRTC.cmake b/indra/cmake/LLWebRTC.cmake deleted file mode 100644 index 913e28c2ff..0000000000 --- a/indra/cmake/LLWebRTC.cmake +++ /dev/null @@ -1 +0,0 @@ -# -*- cmake -*-
\ No newline at end of file diff --git a/indra/llwebrtc/llwebrtc.cpp b/indra/llwebrtc/llwebrtc.cpp index 5e71a00b60..e7a9072b2e 100644 --- a/indra/llwebrtc/llwebrtc.cpp +++ b/indra/llwebrtc/llwebrtc.cpp @@ -483,4 +483,4 @@ void init() gWebRTCImpl->AddRef(); gWebRTCImpl->init(); } -} // namespace llwebrtc
\ No newline at end of file +} // namespace llwebrtc diff --git a/indra/llwebrtc/llwebrtc.h b/indra/llwebrtc/llwebrtc.h index 121efaab86..cb639ee116 100644 --- a/indra/llwebrtc/llwebrtc.h +++ b/indra/llwebrtc/llwebrtc.h @@ -124,4 +124,4 @@ LLSYMEXPORT LLWebRTCDeviceInterface* getDeviceInterface(); LLSYMEXPORT LLWebRTCSignalInterface* getSignalingInterface(); } -#endif // LLWEBRTC_H
\ No newline at end of file +#endif // LLWEBRTC_H |