commit | ec7b0097520add02d9b48faef43a9eaf2c4304c0 | [log] [tgz] |
---|---|---|
author | raphael.kubo.da.costa <raphael.kubo.da.costa@intel.com> | Mon Nov 07 18:45:55 2016 |
committer | Commit bot <commit-bot@chromium.org> | Mon Nov 07 18:46:03 2016 |
tree | 2627208658340a109bad7f8fa5e6d5cf9d395043 | |
parent | 3663c523820c520806e5a9a0269063cc1adf3657 [diff] |
Finish reformatting RTCPUtility::RTCPParserV2::Validate() Half of the function's code was reformatted and reindented in https://codereview.webrtc.org/1307663004, but the bottom half was still adhering to an old coding style and using different indentation values. Not only does this make the code look confusing, but it can cause build issues on certain compilers: for example, GCC 6.2.0 with -Wall causes the build to fail because -Wmisleading-indentation is enabled. BUG=None R=asapersson@webrtc.org,danilchap@webrtc.org Review-Url: https://codereview.webrtc.org/2479193002 Cr-Commit-Position: refs/heads/master@{#14957}
WebRTC is a free, open software project that provides browsers and mobile applications with Real-Time Communications (RTC) capabilities via simple APIs. The WebRTC components have been optimized to best serve this purpose.
Our mission: To enable rich, high-quality RTC applications to be developed for the browser, mobile platforms, and IoT devices, and allow them all to communicate via a common set of protocols.
The WebRTC initiative is a project supported by Google, Mozilla and Opera, amongst others. This page is maintained by the Google Chrome team.
See http://www.webrtc.org/native-code/development for instructions on how to get started developing with the native code.