2
0
Эх сурвалжийг харах

Removed trailing space char

Paul Gregoire 2 жил өмнө
parent
commit
72719f29c7

+ 1 - 1
src/rtcpreceivingsession.cpp

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