Skip to content

Commit a82a493

Browse files
Landona-g
authored andcommitted
Bug 1894137, 1967111, 1967577, 1967893: apply code formatting via Lando
# ignore-this-changeset
1 parent 00bfaeb commit a82a493

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

dom/media/webrtc/jsapi/PeerConnectionImpl.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -829,7 +829,8 @@ already_AddRefed<RTCRtpTransceiver> PeerConnectionImpl::AddTransceiver(
829829
}
830830
}
831831
if (!found) {
832-
const auto mime = NS_LossyConvertUTF16toASCII(encoding.mCodec.Value().mMimeType);
832+
const auto mime =
833+
NS_LossyConvertUTF16toASCII(encoding.mCodec.Value().mMimeType);
833834
std::stringstream ss;
834835
ss << "Codec " << mime
835836
<< " does not match any codec "

0 commit comments

Comments
 (0)