Switch to clang-format14
This commit is contained in:
parent
951d0f4d23
commit
851333a50d
31 changed files with 77 additions and 40 deletions
|
|
@ -1153,7 +1153,8 @@ WebRTCSession::acceptAnswer(const std::string &)
|
|||
void
|
||||
WebRTCSession::acceptICECandidates(
|
||||
const std::vector<mtx::events::voip::CallCandidates::Candidate> &)
|
||||
{}
|
||||
{
|
||||
}
|
||||
|
||||
bool
|
||||
WebRTCSession::isMicMuted() const
|
||||
|
|
@ -1169,10 +1170,12 @@ WebRTCSession::toggleMicMute()
|
|||
|
||||
void
|
||||
WebRTCSession::toggleLocalPiP()
|
||||
{}
|
||||
{
|
||||
}
|
||||
|
||||
void
|
||||
WebRTCSession::end()
|
||||
{}
|
||||
{
|
||||
}
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue