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

Unified Diff: third_party/WebKit/Source/core/layout/FloatingObjects.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/layout/FloatingObjects.cpp
diff --git a/third_party/WebKit/Source/core/layout/FloatingObjects.cpp b/third_party/WebKit/Source/core/layout/FloatingObjects.cpp
index 037e3620653541907478d8e5ebc8233e273f9b73..a363857c65715ef81fd63360a14ee4bddaf21e6b 100644
--- a/third_party/WebKit/Source/core/layout/FloatingObjects.cpp
+++ b/third_party/WebKit/Source/core/layout/FloatingObjects.cpp
@@ -640,11 +640,10 @@ inline bool ComputeFloatOffsetForFloatLayoutAdapter<
template <FloatingObject::Type FloatTypeValue>
LayoutUnit ComputeFloatOffsetForFloatLayoutAdapter<
FloatTypeValue>::heightRemaining() const {
- return this->m_outermostFloat
- ? this->m_layoutObject->logicalBottomForFloat(
- *this->m_outermostFloat) -
- this->m_lineTop
- : LayoutUnit(1);
+ return this->m_outermostFloat ? this->m_layoutObject->logicalBottomForFloat(
+ *this->m_outermostFloat) -
+ this->m_lineTop
+ : LayoutUnit(1);
}
template <FloatingObject::Type FloatTypeValue>

Powered by Google App Engine
This is Rietveld 408576698