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

Unified Diff: third_party/WebKit/Source/core/layout/ng/ng_length_utils_test.cc

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/layout/ng/ng_length_utils_test.cc
diff --git a/third_party/WebKit/Source/core/layout/ng/ng_length_utils_test.cc b/third_party/WebKit/Source/core/layout/ng/ng_length_utils_test.cc
index 880fa887edf2efa103de6c61c5be10682554f684..08a127ceedabb4172e82239e3ed3992b9774d57f 100644
--- a/third_party/WebKit/Source/core/layout/ng/ng_length_utils_test.cc
+++ b/third_party/WebKit/Source/core/layout/ng/ng_length_utils_test.cc
@@ -85,8 +85,9 @@ TEST_F(NGLengthUtilsTest, testResolveInlineLength) {
EXPECT_EQ(LayoutUnit(200),
ResolveInlineLength(Length(Auto), LengthResolveType::kMaxSize));
- EXPECT_EQ(LayoutUnit(200), ResolveInlineLength(Length(FillAvailable),
- LengthResolveType::kMaxSize));
+ EXPECT_EQ(
+ LayoutUnit(200),
+ ResolveInlineLength(Length(FillAvailable), LengthResolveType::kMaxSize));
MinAndMaxContentSizes sizes;
sizes.min_content = LayoutUnit(30);
sizes.max_content = LayoutUnit(40);

Powered by Google App Engine
This is Rietveld 408576698