Index: webrtc/modules/rtp_rtcp/source/video_codec_information.h |
diff --git a/webrtc/modules/rtp_rtcp/source/video_codec_information.h b/webrtc/modules/rtp_rtcp/source/video_codec_information.h |
index 456b3bb9344a8791ead607e744dfd49fa124c7c2..7b819d060f7d800bfcc9846b305a49308b942e58 100644 |
--- a/webrtc/modules/rtp_rtcp/source/video_codec_information.h |
+++ b/webrtc/modules/rtp_rtcp/source/video_codec_information.h |
@@ -15,14 +15,13 @@ |
#include "webrtc/modules/rtp_rtcp/source/rtp_utility.h" |
namespace webrtc { |
-class VideoCodecInformation |
-{ |
-public: |
- virtual void Reset() = 0; |
+class VideoCodecInformation { |
+ public: |
+ virtual void Reset() = 0; |
- virtual RtpVideoCodecTypes Type() = 0; |
- virtual ~VideoCodecInformation(){}; |
+ virtual RtpVideoCodecTypes Type() = 0; |
+ virtual ~VideoCodecInformation() {} |
}; |
} // namespace webrtc |
-#endif // WEBRTC_MODULES_RTP_RTCP_SOURCE_VIDEO_CODEC_INFORMATION_H_ |
+#endif // WEBRTC_MODULES_RTP_RTCP_SOURCE_VIDEO_CODEC_INFORMATION_H_ |