Reformatted rtp_sender: made lint clean.

TESTED=rtp_rtcp_unittests
BUG=

Review URL: https://webrtc-codereview.appspot.com/1062004

git-svn-id: http://webrtc.googlecode.com/svn/trunk@3412 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
phoglund@webrtc.org
2013-01-25 10:53:38 +00:00
parent 3e47a0a611
commit 43da54a458
4 changed files with 652 additions and 752 deletions

View File

@ -515,11 +515,11 @@ class ModuleRtpRtcpImpl : public RtpRtcp {
RemoteBitrateEstimator* remote_bitrate_;
RtcpRttObserver* rtt_observer_;
#ifdef MATLAB
MatlabPlot* plot1_;
#endif
RtcpRttObserver* rtt_observer_;
};
} // namespace webrtc