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

Unified Diff: third_party/WebKit/Source/core/style/BasicShapes.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/style/BasicShapes.h
diff --git a/third_party/WebKit/Source/core/style/BasicShapes.h b/third_party/WebKit/Source/core/style/BasicShapes.h
index 4313578e454b1b7244530dcfc295e12d0ba97784..5e494f22254d296038c1944cb5d8c8bbeb6fc722 100644
--- a/third_party/WebKit/Source/core/style/BasicShapes.h
+++ b/third_party/WebKit/Source/core/style/BasicShapes.h
@@ -109,8 +109,9 @@ class BasicShapeCenterCoordinate {
BasicShapeCenterCoordinate blend(const BasicShapeCenterCoordinate& other,
double progress) const {
return BasicShapeCenterCoordinate(
- TopLeft, m_computedLength.blend(other.m_computedLength, progress,
- ValueRangeAll));
+ TopLeft,
+ m_computedLength.blend(other.m_computedLength, progress,
+ ValueRangeAll));
}
private:

Powered by Google App Engine
This is Rietveld 408576698