mirror of
https://github.com/mii443/libdatachannel.git
synced 2025-12-16 17:08:46 +00:00
Code formatting
This commit is contained in:
@@ -38,7 +38,8 @@ class TcpTransport;
|
||||
class TlsTransport;
|
||||
class WsTransport;
|
||||
|
||||
class RTC_CPP_EXPORT WebSocket final : public Channel, public std::enable_shared_from_this<WebSocket> {
|
||||
class RTC_CPP_EXPORT WebSocket final : public Channel,
|
||||
public std::enable_shared_from_this<WebSocket> {
|
||||
public:
|
||||
enum class State : int {
|
||||
Connecting = 0,
|
||||
|
||||
Reference in New Issue
Block a user