Browse Source

Removed trailing space char

Paul Gregoire 2 năm trước cách đây
mục cha
commit
72719f29c7
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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;
 }