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

Unified Diff: third_party/WebKit/Source/core/css/PropertyRegistry.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/PropertyRegistry.cpp
diff --git a/third_party/WebKit/Source/core/css/PropertyRegistry.cpp b/third_party/WebKit/Source/core/css/PropertyRegistry.cpp
index 478893a5c0881f59c55449715f2551d4d257b6b8..44a4156a629bee06ce438ad9dbda07a91b1136c9 100644
--- a/third_party/WebKit/Source/core/css/PropertyRegistry.cpp
+++ b/third_party/WebKit/Source/core/css/PropertyRegistry.cpp
@@ -15,9 +15,10 @@ void PropertyRegistry::registerProperty(
CSSInterpolationTypes cssInterpolationTypes) {
DCHECK(!registration(name));
m_registrations.set(
- name, new PropertyRegistration(syntax, inherits, initial,
- std::move(initialVariableData),
- std::move(cssInterpolationTypes)));
+ name,
+ new PropertyRegistration(syntax, inherits, initial,
+ std::move(initialVariableData),
+ std::move(cssInterpolationTypes)));
}
const PropertyRegistration* PropertyRegistry::registration(
« no previous file with comments | « third_party/WebKit/Source/core/css/FontFace.cpp ('k') | third_party/WebKit/Source/core/css/PropertySetCSSStyleDeclaration.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698