Przeglądaj źródła

Removed trailing space char

Paul Gregoire 2 lat temu
rodzic
commit
72719f29c7
1 zmienionych plików z 1 dodań i 1 usunięć
  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;
 }