Code formatting

This commit is contained in:
Paul-Louis Ageneau
2021-01-11 21:46:23 +01:00
parent 7c14d940ef
commit 1ceb0fd292
40 changed files with 885 additions and 818 deletions

View File

@ -206,7 +206,9 @@ private:
} // namespace rtc
RTC_CPP_EXPORT std::ostream &operator<<(std::ostream &out, rtc::PeerConnection::State state);
RTC_CPP_EXPORT std::ostream &operator<<(std::ostream &out, rtc::PeerConnection::GatheringState state);
RTC_CPP_EXPORT std::ostream &operator<<(std::ostream &out, rtc::PeerConnection::SignalingState state);
RTC_CPP_EXPORT std::ostream &operator<<(std::ostream &out,
rtc::PeerConnection::GatheringState state);
RTC_CPP_EXPORT std::ostream &operator<<(std::ostream &out,
rtc::PeerConnection::SignalingState state);
#endif