Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(272)

Unified Diff: third_party/WebKit/Source/core/dom/FirstLetterPseudoElement.cpp

Issue 2701993002: DO NOT COMMIT: Results of running new (proposed) clang-format on Blink (Closed)
Patch Set: Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/core/dom/FirstLetterPseudoElement.cpp
diff --git a/third_party/WebKit/Source/core/dom/FirstLetterPseudoElement.cpp b/third_party/WebKit/Source/core/dom/FirstLetterPseudoElement.cpp
index e6be90885fcb8693e464e75c1ecf96cf0b1fdb8c..52b9e29d9b5834166398bbfb1c3342f9c4521cf1 100644
--- a/third_party/WebKit/Source/core/dom/FirstLetterPseudoElement.cpp
+++ b/third_party/WebKit/Source/core/dom/FirstLetterPseudoElement.cpp
@@ -224,8 +224,9 @@ void FirstLetterPseudoElement::setRemainingTextLayoutObject(
// to tell our parent element to recalcStyle so we can get cleaned up
// as well.
if (!fragment)
- setNeedsStyleRecalc(LocalStyleChange, StyleChangeReasonForTracing::create(
- StyleChangeReason::PseudoClass));
+ setNeedsStyleRecalc(
+ LocalStyleChange,
+ StyleChangeReasonForTracing::create(StyleChangeReason::PseudoClass));
m_remainingTextLayoutObject = fragment;
}

Powered by Google App Engine
This is Rietveld 408576698