ソースを参照

chore: whitespace

Alex Potsides 7 ヶ月 前
コミット
d15c2cdc78
1 ファイル変更1 行追加1 行削除
  1. 1 1
      src/impl/iceudpmuxlistener.hpp

+ 1 - 1
src/impl/iceudpmuxlistener.hpp

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