untabify
git-svn-id: http://webrtc.googlecode.com/svn/trunk@2145 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
@@ -113,7 +113,7 @@ class RtcpSenderTest : public ::testing::Test {
|
||||
// Helper function: Incoming RTCP has a specific packet type.
|
||||
bool gotPacketType(RTCPPacketType packet_type) {
|
||||
return ((test_transport_->rtcp_packet_info_.rtcpPacketTypeFlags) &
|
||||
packet_type) != 0U;
|
||||
packet_type) != 0U;
|
||||
}
|
||||
|
||||
RtpRtcpClock* system_clock_;
|
||||
|
||||
Reference in New Issue
Block a user