summaryrefslogtreecommitdiffstats
path: root/layout
diff options
context:
space:
mode:
authorwin7-7 <win7-7@users.noreply.github.com>2020-02-05 16:57:42 +0200
committerwolfbeast <mcwerewolf@wolfbeast.com>2020-04-14 12:36:29 +0200
commit28971524e4d4832e5c92276cc989535e75f04acc (patch)
treea6776e49afd03a1ce746d2952865e4beb89f0f64 /layout
parentbe372691233b6e8d359cb31df337f3ee3f6cb68d (diff)
downloadUXP-28971524e4d4832e5c92276cc989535e75f04acc.tar
UXP-28971524e4d4832e5c92276cc989535e75f04acc.tar.gz
UXP-28971524e4d4832e5c92276cc989535e75f04acc.tar.lz
UXP-28971524e4d4832e5c92276cc989535e75f04acc.tar.xz
UXP-28971524e4d4832e5c92276cc989535e75f04acc.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.