in rtp_rtcp module:

fixed build/namespaces lint errors
  fixed readability/namespace lint errors

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

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

Cr-Commit-Position: refs/heads/master@{#10978}
This commit is contained in:
danilchap
2015-12-10 12:39:08 -08:00
committed by Commit bot
parent a1f567ae90
commit 6a6f0893dd
23 changed files with 61 additions and 51 deletions

View File

@ -487,6 +487,6 @@ class RTCPPacketIterator {
RtcpCommonHeader _header;
};
} // RTCPUtility
} // namespace RTCPUtility
} // namespace webrtc
#endif // WEBRTC_MODULES_RTP_RTCP_SOURCE_RTCP_UTILITY_H_