Use right linter

This commit is contained in:
Nicolas Werner 2022-05-10 03:53:35 +02:00
parent a6b2be112b
commit 90da39313f
No known key found for this signature in database
GPG key ID: C8D75E610773F2D9
28 changed files with 35 additions and 67 deletions

View file

@ -1152,8 +1152,7 @@ WebRTCSession::acceptAnswer(const std::string &)
void
WebRTCSession::acceptICECandidates(const std::vector<mtx::events::msg::CallCandidates::Candidate> &)
{
}
{}
bool
WebRTCSession::isMicMuted() const
@ -1169,12 +1168,10 @@ WebRTCSession::toggleMicMute()
void
WebRTCSession::toggleLocalPiP()
{
}
{}
void
WebRTCSession::end()
{
}
{}
#endif