소스 검색

Removed trailing space char

Paul Gregoire 2 년 전
부모
커밋
72719f29c7
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/rtcpreceivingsession.cpp

+ 1 - 1
src/rtcpreceivingsession.cpp

@@ -119,7 +119,7 @@ bool RtcpReceivingSession::send(message_ptr msg) {
 }
 
 bool RtcpReceivingSession::requestKeyframe() {
-	pushPLI(); 
+	pushPLI();
 	return true;
 }