lint whitespace warning removed from most rtp_rtcp/source/ files

rtcp_utility, rtp_utility, tmmbr_help, rtcp_receiver, rtcp_receiver_help are explicetly excluded from the cleanup becaues there are short plans (or cls) to do a deeper cleaning there.

BUG=webrtc:5277
R=pbos@webrtc.org, mflodman@webrtc.org

Review URL: https://codereview.webrtc.org/1512493002

Cr-Commit-Position: refs/heads/master@{#10966}
This commit is contained in:
danilchap
2015-12-10 02:39:40 -08:00
committed by Commit bot
parent 84e78f9102
commit 162abd3562
21 changed files with 912 additions and 950 deletions

View File

@ -361,7 +361,6 @@ class Nack : public RtcpPacket {
size_t BlockLength() const override;
private:
RTCPUtility::RTCPPacketRTPFBNACK nack_;
std::vector<RTCPUtility::RTCPPacketRTPFBNACKItem> nack_fields_;