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

Unified Diff: third_party/WebKit/Source/core/animation/LengthListPropertyFunctions.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/animation/LengthListPropertyFunctions.cpp
diff --git a/third_party/WebKit/Source/core/animation/LengthListPropertyFunctions.cpp b/third_party/WebKit/Source/core/animation/LengthListPropertyFunctions.cpp
index 6f65bbf4d6ce4070f5724dd33c4de558128707b2..30293ef8d8cef32cf8920b9e4be666f4cb54c8f5 100644
--- a/third_party/WebKit/Source/core/animation/LengthListPropertyFunctions.cpp
+++ b/third_party/WebKit/Source/core/animation/LengthListPropertyFunctions.cpp
@@ -203,8 +203,9 @@ void LengthListPropertyFunctions::setLengthList(CSSPropertyID property,
switch (property) {
case CSSPropertyStrokeDasharray:
style.setStrokeDashArray(
- lengthList.isEmpty() ? nullptr : RefVector<Length>::create(
- std::move(lengthList)));
+ lengthList.isEmpty()
+ ? nullptr
+ : RefVector<Length>::create(std::move(lengthList)));
return;
case CSSPropertyObjectPosition:

Powered by Google App Engine
This is Rietveld 408576698