Skip to content
Snippets Groups Projects
Commit 781a7aab authored by Roxie Linden's avatar Roxie Linden
Browse files

coding policy fixes

parent 3bf3562f
No related branches found
No related tags found
No related merge requests found
# -*- cmake -*-
\ No newline at end of file
...@@ -483,4 +483,4 @@ void init() ...@@ -483,4 +483,4 @@ void init()
gWebRTCImpl->AddRef(); gWebRTCImpl->AddRef();
gWebRTCImpl->init(); gWebRTCImpl->init();
} }
} // namespace llwebrtc } // namespace llwebrtc
\ No newline at end of file
...@@ -124,4 +124,4 @@ LLSYMEXPORT LLWebRTCDeviceInterface* getDeviceInterface(); ...@@ -124,4 +124,4 @@ LLSYMEXPORT LLWebRTCDeviceInterface* getDeviceInterface();
LLSYMEXPORT LLWebRTCSignalInterface* getSignalingInterface(); LLSYMEXPORT LLWebRTCSignalInterface* getSignalingInterface();
} }
#endif // LLWEBRTC_H #endif // LLWEBRTC_H
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment