fix whitespace

fix whitespace.
This commit is contained in:
win7-7 2020-02-05 16:57:42 +02:00 committed by Roy Tam
commit 915358dfcb

View file

@ -740,7 +740,7 @@ nsTableCellFrame::GetColSpan()
dom::Element* elem = mContent->AsElement();
const nsAttrValue* attr = elem->GetParsedAttr(
MOZ_UNLIKELY(elem->IsMathMLElement()) ? nsGkAtoms::columnspan_
: nsGkAtoms::colspan);
: nsGkAtoms::colspan);
// Note that we don't need to check the tag name, because only table cells
// (including MathML <mtd>) and table headers parse the "colspan" attribute
// into an integer.