2
0
Alex Potsides 7 сар өмнө
parent
commit
d15c2cdc78

+ 1 - 1
src/impl/iceudpmuxlistener.hpp

@@ -24,7 +24,7 @@ namespace rtc::impl {
 
 struct IceUdpMuxListener final {
 	IceUdpMuxListener(uint16_t port, optional<string> bindAddress = nullopt);
-    ~IceUdpMuxListener();
+	~IceUdpMuxListener();
 
 	void stop();