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

Unified Diff: third_party/WebKit/Source/platform/transforms/RotateTransformOperation.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/platform/transforms/RotateTransformOperation.h
diff --git a/third_party/WebKit/Source/platform/transforms/RotateTransformOperation.h b/third_party/WebKit/Source/platform/transforms/RotateTransformOperation.h
index 1d2e45084974d8fcb50ed8ac4ccb2dd20c88ac3e..00ec698af0ae8d2764815031afab007682a3f48d 100644
--- a/third_party/WebKit/Source/platform/transforms/RotateTransformOperation.h
+++ b/third_party/WebKit/Source/platform/transforms/RotateTransformOperation.h
@@ -87,8 +87,7 @@ class PLATFORM_EXPORT RotateTransformOperation : public TransformOperation {
PassRefPtr<TransformOperation> zoom(double factor) override { return this; }
RotateTransformOperation(const Rotation& rotation, OperationType type)
- : m_rotation(rotation), m_type(type) {
- }
+ : m_rotation(rotation), m_type(type) {}
const Rotation m_rotation;
const OperationType m_type;

Powered by Google App Engine
This is Rietveld 408576698