From 28971524e4d4832e5c92276cc989535e75f04acc Mon Sep 17 00:00:00 2001 From: win7-7 Date: Wed, 5 Feb 2020 16:57:42 +0200 Subject: fix whitespace fix whitespace. --- layout/tables/nsTableCellFrame.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'layout') 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 ) and table headers parse the "colspan" attribute // into an integer. -- cgit v1.2.3