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

Unified Diff: third_party/WebKit/Source/core/layout/line/InlineBox.h

Issue 2700123003: DO NOT COMMIT: Results of running old (current) 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/line/InlineBox.h
diff --git a/third_party/WebKit/Source/core/layout/line/InlineBox.h b/third_party/WebKit/Source/core/layout/line/InlineBox.h
index f4365e638b135e835bb721c4cf56a72985b9533e..0f330b1d0db4b60976f972e0d9f803637989b3cd 100644
--- a/third_party/WebKit/Source/core/layout/line/InlineBox.h
+++ b/third_party/WebKit/Source/core/layout/line/InlineBox.h
@@ -50,9 +50,7 @@ class CORE_EXPORT InlineBox : public DisplayItemClient {
m_prev(nullptr),
m_parent(nullptr),
m_lineLayoutItem(obj),
- m_logicalWidth()
- {
- }
+ m_logicalWidth() {}
InlineBox(LineLayoutItem item,
LayoutPoint topLeft,
@@ -71,9 +69,7 @@ class CORE_EXPORT InlineBox : public DisplayItemClient {
m_parent(parent),
m_lineLayoutItem(item),
m_location(topLeft),
- m_logicalWidth(logicalWidth)
- {
- }
+ m_logicalWidth(logicalWidth) {}
virtual ~InlineBox();
« no previous file with comments | « third_party/WebKit/Source/core/layout/line/GlyphOverflow.h ('k') | third_party/WebKit/Source/core/layout/line/InlineFlowBox.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698