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

Unified Diff: third_party/WebKit/Source/core/layout/LayoutTable.h

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/LayoutTable.h
diff --git a/third_party/WebKit/Source/core/layout/LayoutTable.h b/third_party/WebKit/Source/core/layout/LayoutTable.h
index f4a86c2e3d12f39217d464e2e3cb51c75aacf160..41eade62d0d710ce1fa7a8026c4922014f223cda 100644
--- a/third_party/WebKit/Source/core/layout/LayoutTable.h
+++ b/third_party/WebKit/Source/core/layout/LayoutTable.h
@@ -345,8 +345,9 @@ class CORE_EXPORT LayoutTable final : public LayoutBlock {
// 'border-spacing' only applies to separate borders (see 17.6.1 The
// separated borders model).
return borderStart() + borderEnd() +
- (collapseBorders() ? LayoutUnit() : (paddingStart() + paddingEnd() +
- borderSpacingInRowDirection()));
+ (collapseBorders() ? LayoutUnit()
+ : (paddingStart() + paddingEnd() +
+ borderSpacingInRowDirection()));
}
// Return the first column or column-group.
« no previous file with comments | « third_party/WebKit/Source/core/layout/LayoutScrollbar.cpp ('k') | third_party/WebKit/Source/core/layout/LayoutTable.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698