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

Unified Diff: third_party/WebKit/Source/core/dom/DocumentStatisticsCollectorTest.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/dom/DocumentStatisticsCollectorTest.cpp
diff --git a/third_party/WebKit/Source/core/dom/DocumentStatisticsCollectorTest.cpp b/third_party/WebKit/Source/core/dom/DocumentStatisticsCollectorTest.cpp
index 8cb08292c6cc6bbf92dbf390f0385b888528adba..d41a63398b41831c7ecf07925ff9a465cba7f7b4 100644
--- a/third_party/WebKit/Source/core/dom/DocumentStatisticsCollectorTest.cpp
+++ b/third_party/WebKit/Source/core/dom/DocumentStatisticsCollectorTest.cpp
@@ -147,9 +147,10 @@ TEST_F(DocumentStatisticsCollectorTest, CountScoreSaturation) {
DocumentStatisticsCollector::collectStatistics(document());
double error = 1e-5;
- EXPECT_NEAR(features.mozScore, 6 * sqrt(kTextContentLengthSaturation -
- kParagraphLengthThreshold),
- error);
+ EXPECT_NEAR(
+ features.mozScore,
+ 6 * sqrt(kTextContentLengthSaturation - kParagraphLengthThreshold),
+ error);
EXPECT_NEAR(features.mozScoreAllSqrt, 6 * sqrt(kTextContentLengthSaturation),
error);
EXPECT_NEAR(features.mozScoreAllLinear, 6 * kTextContentLengthSaturation,
« no previous file with comments | « third_party/WebKit/Source/core/dom/DocumentLifecycle.cpp ('k') | third_party/WebKit/Source/core/dom/Element.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698