diff options
author | Nicolas Werner <nicolas.werner@hotmail.de> | 2022-09-25 20:05:08 +0200 |
---|---|---|
committer | Nicolas Werner <nicolas.werner@hotmail.de> | 2022-09-25 20:05:08 +0200 |
commit | 851333a50da846cc458356d763d524750b432ccb (patch) | |
tree | 0ff682353637708e8952444662e2890228c66b8b /src/voip/WebRTCSession.h | |
parent | Accepted... not Approved (diff) | |
download | nheko-851333a50da846cc458356d763d524750b432ccb.tar.xz |
Switch to clang-format14
Diffstat (limited to '')
-rw-r--r-- | src/voip/WebRTCSession.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/voip/WebRTCSession.h b/src/voip/WebRTCSession.h index ac1845c7..0c5ebcc7 100644 --- a/src/voip/WebRTCSession.h +++ b/src/voip/WebRTCSession.h @@ -113,6 +113,6 @@ private: void clear(); public: - WebRTCSession(WebRTCSession const &) = delete; + WebRTCSession(WebRTCSession const &) = delete; void operator=(WebRTCSession const &) = delete; }; |