mirror of
https://github.com/mii443/libdatachannel.git
synced 2025-08-22 15:15:28 +00:00
Code formatting
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user