summaryrefslogtreecommitdiffstats
path: root/layout
diff options
context:
space:
mode:
authorwin7-7 <win7-7@users.noreply.github.com>2020-02-05 16:57:42 +0200
committerwin7-7 <win7-7@users.noreply.github.com>2020-02-05 16:57:42 +0200
commit3a7d5d01cccf6abb3b83db8cf31ca213724f3ee7 (patch)
tree348abb5a7ef40d631b675608f5d1fa138ac0f497 /layout
parent597a6996f14429d09a7c89b1f774d2490cca3dd6 (diff)
downloadUXP-3a7d5d01cccf6abb3b83db8cf31ca213724f3ee7.tar
UXP-3a7d5d01cccf6abb3b83db8cf31ca213724f3ee7.tar.gz
UXP-3a7d5d01cccf6abb3b83db8cf31ca213724f3ee7.tar.lz
UXP-3a7d5d01cccf6abb3b83db8cf31ca213724f3ee7.tar.xz
UXP-3a7d5d01cccf6abb3b83db8cf31ca213724f3ee7.zip
fix whitespace
fix whitespace.
Diffstat (limited to 'layout')
-rw-r--r--layout/tables/nsTableCellFrame.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/layout/tables/nsTableCellFrame.cpp b/layout/tables/nsTableCellFrame.cpp
index d1736995e..cd846efa2 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.