Remove troublesome Windows line ending.
R=decurtis@webrtc.org Review URL: https://webrtc-codereview.appspot.com/48549004 Cr-Commit-Position: refs/heads/master@{#8766} git-svn-id: http://webrtc.googlecode.com/svn/trunk@8766 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
parent
462dbcfc2a
commit
63a10978e1
@ -663,7 +663,7 @@ bool BaseSession::MaybeEnableMuxingSupport() {
|
|||||||
const ContentInfo* content =
|
const ContentInfo* content =
|
||||||
local_description_->GetContentByName(*content_name);
|
local_description_->GetContentByName(*content_name);
|
||||||
if (!content) {
|
if (!content) {
|
||||||
LOG(LS_WARNING) << "Content \"" << *content_name
|
LOG(LS_WARNING) << "Content \"" << *content_name
|
||||||
<< "\" referenced in BUNDLE group is not present";
|
<< "\" referenced in BUNDLE group is not present";
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user