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

Unified Diff: third_party/WebKit/Source/core/animation/InterpolableValueTest.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/InterpolableValueTest.cpp
diff --git a/third_party/WebKit/Source/core/animation/InterpolableValueTest.cpp b/third_party/WebKit/Source/core/animation/InterpolableValueTest.cpp
index 2750dc2b299cc73009a3c8fcc489497ad12421ee..9d2a49a836173831d2b926d386f34c57bee0227b 100644
--- a/third_party/WebKit/Source/core/animation/InterpolableValueTest.cpp
+++ b/third_party/WebKit/Source/core/animation/InterpolableValueTest.cpp
@@ -109,8 +109,9 @@ TEST_F(AnimationInterpolableValueTest, NestedList) {
InterpolableList* outList = toInterpolableList(interpolationValue(*i.get()));
EXPECT_FLOAT_EQ(50, toInterpolableNumber(outList->get(0))->value());
EXPECT_FLOAT_EQ(
- 75, toInterpolableNumber(toInterpolableList(outList->get(1))->get(0))
- ->value());
+ 75,
+ toInterpolableNumber(toInterpolableList(outList->get(1))->get(0))
+ ->value());
EXPECT_FLOAT_EQ(0.5, toInterpolableNumber(outList->get(2))->value());
}

Powered by Google App Engine
This is Rietveld 408576698