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

Unified Diff: third_party/WebKit/Source/core/css/parser/CSSVariableParser.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/css/parser/CSSVariableParser.cpp
diff --git a/third_party/WebKit/Source/core/css/parser/CSSVariableParser.cpp b/third_party/WebKit/Source/core/css/parser/CSSVariableParser.cpp
index 1953ae18088b256079c080a4584fa802ba8f4a46..a64fc0b00795a29e9a4772f7894f0ca49eaf3ade 100644
--- a/third_party/WebKit/Source/core/css/parser/CSSVariableParser.cpp
+++ b/third_party/WebKit/Source/core/css/parser/CSSVariableParser.cpp
@@ -142,8 +142,9 @@ CSSCustomPropertyDeclaration* CSSVariableParser::parseDeclarationValue(
return nullptr;
if (type == CSSValueInternalVariableValue) {
return CSSCustomPropertyDeclaration::create(
- variableName, CSSVariableData::create(range, isAnimationTainted,
- hasReferences || hasAtApplyRule));
+ variableName,
+ CSSVariableData::create(range, isAnimationTainted,
+ hasReferences || hasAtApplyRule));
}
return CSSCustomPropertyDeclaration::create(variableName, type);
}

Powered by Google App Engine
This is Rietveld 408576698