diff --git a/webrtc/modules/remote_bitrate_estimator/tools/rtp_to_text.cc b/webrtc/modules/remote_bitrate_estimator/tools/rtp_to_text.cc index 30e386b59..41f6549a7 100644 --- a/webrtc/modules/remote_bitrate_estimator/tools/rtp_to_text.cc +++ b/webrtc/modules/remote_bitrate_estimator/tools/rtp_to_text.cc @@ -23,7 +23,7 @@ const int kDefaultTransmissionTimeOffsetExtensionId = 2; int main(int argc, char** argv) { if (argc < 2) { - printf("Usage: rtp_to_text \n") + printf("Usage: rtp_to_text \n"); return -1; } webrtc::scoped_ptr rtp_reader(