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

Unified Diff: third_party/WebKit/Source/wtf/MathExtrasTest.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
« no previous file with comments | « third_party/WebKit/Source/wtf/InstanceCounter.cpp ('k') | third_party/WebKit/Source/wtf/Vector.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/wtf/MathExtrasTest.cpp
diff --git a/third_party/WebKit/Source/wtf/MathExtrasTest.cpp b/third_party/WebKit/Source/wtf/MathExtrasTest.cpp
index 0ab26cd4e6fb9f82e81f271d87b69092e1bd0e62..32ec741ff55e1c1d2c7354bbd0180010e509cf52 100644
--- a/third_party/WebKit/Source/wtf/MathExtrasTest.cpp
+++ b/third_party/WebKit/Source/wtf/MathExtrasTest.cpp
@@ -158,8 +158,9 @@ TEST(MathExtrasTest, clampToDouble) {
EXPECT_EQ(0.0, clampTo<double>(0));
EXPECT_EQ(0.0, clampTo<double>(0.0f));
EXPECT_EQ(0.0, clampTo<double>(0ULL));
- EXPECT_EQ(3.5, clampTo<double>(std::numeric_limits<unsigned long long>::max(),
- 0.0, 3.5));
+ EXPECT_EQ(3.5,
+ clampTo<double>(std::numeric_limits<unsigned long long>::max(), 0.0,
+ 3.5));
}
TEST(MathExtrasText, clampToLongLongDouble) {
« no previous file with comments | « third_party/WebKit/Source/wtf/InstanceCounter.cpp ('k') | third_party/WebKit/Source/wtf/Vector.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698