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

Unified Diff: third_party/WebKit/Source/core/page/WindowFeaturesTest.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/page/WindowFeaturesTest.cpp
diff --git a/third_party/WebKit/Source/core/page/WindowFeaturesTest.cpp b/third_party/WebKit/Source/core/page/WindowFeaturesTest.cpp
index f2d02ff9a62cb4ae45b523202b5fb16d67e3932c..58847431e271bc96acd82e0c2a8ac04505b10cff 100644
--- a/third_party/WebKit/Source/core/page/WindowFeaturesTest.cpp
+++ b/third_party/WebKit/Source/core/page/WindowFeaturesTest.cpp
@@ -28,8 +28,8 @@ TEST_F(WindowFeaturesTest, NoOpener) {
for (const auto& test : cases) {
WindowFeatures features(test.featureString);
- EXPECT_EQ(test.noopener, features.noopener) << "Testing '"
- << test.featureString << "'";
+ EXPECT_EQ(test.noopener, features.noopener)
+ << "Testing '" << test.featureString << "'";
}
}

Powered by Google App Engine
This is Rietveld 408576698