소스 검색

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 {
 	IceUdpMuxListener(uint16_t port, optional<string> bindAddress = nullopt);
-    ~IceUdpMuxListener();
+	~IceUdpMuxListener();
 
 	void stop();