Index: webrtc/examples/peerconnection/client/conductor.cc |
diff --git a/webrtc/examples/peerconnection/client/conductor.cc b/webrtc/examples/peerconnection/client/conductor.cc |
index e3def9955f74ba7248502d3d4c720b2cbb2e0100..c675026bc741c1161f12a81e3ec2460cefbafc08 100644 |
--- a/webrtc/examples/peerconnection/client/conductor.cc |
+++ b/webrtc/examples/peerconnection/client/conductor.cc |
@@ -122,9 +122,7 @@ bool Conductor::CreatePeerConnection(bool dtls) { |
if (dtls) { |
constraints.AddOptional(webrtc::MediaConstraintsInterface::kEnableDtlsSrtp, |
"true"); |
- } |
- else |
- { |
+ } else { |
constraints.AddOptional(webrtc::MediaConstraintsInterface::kEnableDtlsSrtp, |
"false"); |
} |