commit | 70625e5bf3c91c57bf704d380bcc9df86575f08a | [log] [tgz] |
---|---|---|
author | jbauch <jbauch@webrtc.org> | Wed Dec 09 14:18:14 2015 -0800 |
committer | Commit bot <commit-bot@chromium.org> | Wed Dec 09 22:18:20 2015 +0000 |
tree | c79e8b895fbae62a30293f97ed982b95361d85fe | |
parent | 2e5fe31cf6463082bbdb4e425d6edf8a33c3a08c [diff] [blame] |
Enable cpplint for webrtc/examples and fix all uncovered cpplint errors. BUG=webrtc:5273 TESTED=Fixed issues reported by: find webrtc/examples/ -type f -name *.cc -o -name *.h | grep -v objc | xargs cpplint.py followed by 'git cl presubmit'. NOTRY=True Review URL: https://codereview.webrtc.org/1504283004 Cr-Commit-Position: refs/heads/master@{#10960}
diff --git a/webrtc/examples/peerconnection/client/peer_connection_client.cc b/webrtc/examples/peerconnection/client/peer_connection_client.cc index ab6f6ab..9875115 100644 --- a/webrtc/examples/peerconnection/client/peer_connection_client.cc +++ b/webrtc/examples/peerconnection/client/peer_connection_client.cc
@@ -43,7 +43,7 @@ #endif } -} +} // namespace PeerConnectionClient::PeerConnectionClient() : callback_(NULL),