From b6751ab01ebcba0a0eab82b3ec235ea2f92bcf6c Mon Sep 17 00:00:00 2001 From: Nicolas Werner Date: Fri, 14 Aug 2020 09:01:56 +0200 Subject: [PATCH] Appease the linter --- src/CallManager.cpp | 2 +- src/WebRTCSession.cpp | 6 ++---- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/src/CallManager.cpp b/src/CallManager.cpp index 32b82fdf..7a8d2ca7 100644 --- a/src/CallManager.cpp +++ b/src/CallManager.cpp @@ -236,7 +236,7 @@ CallManager::handleEvent(const RoomEvent &callInviteEvent) nhlog::ui()->debug("WebRTC: call id: {} - incoming {} CallInvite from {}", callInviteEvent.content.call_id, - (isVideo ? "video" : "voice"), + (isVideo ? "video" : "voice"), callInviteEvent.sender); if (callInviteEvent.content.call_id.empty()) diff --git a/src/WebRTCSession.cpp b/src/WebRTCSession.cpp index dd1dd61f..2248fb1a 100644 --- a/src/WebRTCSession.cpp +++ b/src/WebRTCSession.cpp @@ -682,13 +682,11 @@ WebRTCSession::toggleMuteAudioSrc(bool &) void WebRTCSession::end() -{ -} +{} void WebRTCSession::refreshDevices() -{ -} +{} std::vector WebRTCSession::getAudioSourceNames(const std::string &)