diff options
author | win7-7 <win7-7@users.noreply.github.com> | 2020-02-05 16:57:42 +0200 |
---|---|---|
committer | win7-7 <win7-7@users.noreply.github.com> | 2020-02-05 16:57:42 +0200 |
commit | 3a7d5d01cccf6abb3b83db8cf31ca213724f3ee7 (patch) | |
tree | 348abb5a7ef40d631b675608f5d1fa138ac0f497 | |
parent | 597a6996f14429d09a7c89b1f774d2490cca3dd6 (diff) | |
download | uxp-3a7d5d01cccf6abb3b83db8cf31ca213724f3ee7.tar.gz |
fix whitespace
fix whitespace.
-rw-r--r-- | layout/tables/nsTableCellFrame.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layout/tables/nsTableCellFrame.cpp b/layout/tables/nsTableCellFrame.cpp index d1736995ef..cd846efa24 100644 --- a/layout/tables/nsTableCellFrame.cpp +++ b/layout/tables/nsTableCellFrame.cpp @@ -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. |