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

Unified Diff: third_party/WebKit/Source/core/css/resolver/StyleBuilderCustom.cpp

Issue 2940933003: DO NOT SUBMIT results of new clang-format (Closed)
Patch Set: Created 3 years, 6 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/css/resolver/StyleBuilderCustom.cpp
diff --git a/third_party/WebKit/Source/core/css/resolver/StyleBuilderCustom.cpp b/third_party/WebKit/Source/core/css/resolver/StyleBuilderCustom.cpp
index ba892c35ba2061fafc7fb372aea79516e7303d0d..47cca98903d6e7e325c73da116242c9bfe14225e 100644
--- a/third_party/WebKit/Source/core/css/resolver/StyleBuilderCustom.cpp
+++ b/third_party/WebKit/Source/core/css/resolver/StyleBuilderCustom.cpp
@@ -129,8 +129,8 @@ void StyleBuilder::ApplyProperty(CSSPropertyID id,
return;
}
- DCHECK(!isShorthandProperty(id)) << "Shorthand property id = " << id
- << " wasn't expanded at parsing time";
+ DCHECK(!isShorthandProperty(id))
+ << "Shorthand property id = " << id << " wasn't expanded at parsing time";
bool is_inherit = state.ParentNode() && value.IsInheritedValue();
bool is_initial = value.IsInitialValue() ||

Powered by Google App Engine
This is Rietveld 408576698