From 2560dd25148714c2aa085f587a7752904a79edb4 Mon Sep 17 00:00:00 2001 From: wolfbeast Date: Wed, 12 Feb 2020 00:01:55 +0100 Subject: Fix a whitespace issue in nsComputedDOMStyle.cpp --- layout/style/nsComputedDOMStyle.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'layout/style') diff --git a/layout/style/nsComputedDOMStyle.cpp b/layout/style/nsComputedDOMStyle.cpp index c717d59c8..910c1de8a 100644 --- a/layout/style/nsComputedDOMStyle.cpp +++ b/layout/style/nsComputedDOMStyle.cpp @@ -674,9 +674,9 @@ nsComputedDOMStyle::UpdateCurrentStyleSources(bool aNeedsLayoutFlush) mPresShell->GetPresContext()->GetRestyleGeneration(); if (mStyleContext) { - // We can't rely on the undisplayed restyle generation if mElement is - // out-of-document, since that generation is not incremented for DOM changes - // on out-of-document elements. + // We can't rely on the undisplayed restyle generation if mElement is + // out-of-document, since that generation is not incremented for DOM changes + // on out-of-document elements. if (mStyleContextGeneration == currentGeneration && mElement->IsInComposedDoc()) { // Our cached style context is still valid. -- cgit v1.2.3