From 4451c3f420d9458e817d22666642d5899283eeda Mon Sep 17 00:00:00 2001
From: Roxie Linden <roxie@lindenlab.com>
Date: Sun, 10 Sep 2023 00:30:59 -0700
Subject: [PATCH] coding policy fixes

---
 indra/cmake/LLWebRTC.cmake  | 1 -
 indra/llwebrtc/llwebrtc.cpp | 2 +-
 indra/llwebrtc/llwebrtc.h   | 2 +-
 3 files changed, 2 insertions(+), 3 deletions(-)
 delete mode 100644 indra/cmake/LLWebRTC.cmake

diff --git a/indra/cmake/LLWebRTC.cmake b/indra/cmake/LLWebRTC.cmake
deleted file mode 100644
index 913e28c2ff2..00000000000
--- 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 5e71a00b60e..e7a9072b2ec 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 121efaab86d..cb639ee116b 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
-- 
GitLab