diff options
author | win7-7 <win7-7@users.noreply.github.com> | 2020-02-05 16:57:42 +0200 |
---|---|---|
committer | wolfbeast <mcwerewolf@wolfbeast.com> | 2020-04-14 12:36:29 +0200 |
commit | 28971524e4d4832e5c92276cc989535e75f04acc (patch) | |
tree | a6776e49afd03a1ce746d2952865e4beb89f0f64 /layout/tables | |
parent | be372691233b6e8d359cb31df337f3ee3f6cb68d (diff) | |
download | UXP-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/tables')
-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 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. |