Fix cpplint errors in p2p/

Bug: webrtc:5273
Change-Id: Ida3c2ca1bbb611026f34d7144db9ec24840bf7fb
Reviewed-on: https://webrtc-review.googlesource.com/26444
Commit-Queue: Steve Anton <steveanton@webrtc.org>
Reviewed-by: Karl Wiberg <kwiberg@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#21133}
This commit is contained in:
Steve Anton
2017-11-29 10:25:58 -08:00
committed by Commit Bot
parent e06570b18b
commit 6c38cc7c9e
39 changed files with 122 additions and 65 deletions

View File

@ -32,7 +32,11 @@ CPPLINT_BLACKLIST = [
'modules/media_file',
'modules/utility',
'modules/video_capture',
'p2p',
'p2p/base/sessiondescription.cc',
'p2p/base/session.cc',
'p2p/base/session.h',
'p2p/base/pseudotcp.cc',
'p2p/base/pseudotcp.h',
'rtc_base',
'sdk/android/src/jni',
'sdk/objc',