Fix clang style warnings in api/candidate.h
Bug: webrtc:163
Change-Id: I694194d34573b1f2e4769bf52ec861127940d017
Reviewed-on: https://webrtc-review.googlesource.com/15940
Reviewed-by: Karl Wiberg <kwiberg@webrtc.org>
Commit-Queue: Steve Anton <steveanton@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#20454}
diff --git a/api/BUILD.gn b/api/BUILD.gn
index b082214..581f1c2 100644
--- a/api/BUILD.gn
+++ b/api/BUILD.gn
@@ -36,6 +36,7 @@
rtc_static_library("libjingle_peerconnection_api") {
cflags = []
sources = [
+ "candidate.cc",
"candidate.h",
"datachannelinterface.h",
"dtmfsenderinterface.h",