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

Unified Diff: third_party/WebKit/Source/core/dom/DOMMatrixReadOnly.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/dom/DOMMatrixReadOnly.cpp
diff --git a/third_party/WebKit/Source/core/dom/DOMMatrixReadOnly.cpp b/third_party/WebKit/Source/core/dom/DOMMatrixReadOnly.cpp
index e4c1ed95915423ee26b242a647d136df8fafd511..e8a1ee37a275e2e46d8933a43e1785b390e0d83c 100644
--- a/third_party/WebKit/Source/core/dom/DOMMatrixReadOnly.cpp
+++ b/third_party/WebKit/Source/core/dom/DOMMatrixReadOnly.cpp
@@ -378,8 +378,9 @@ void DOMMatrixReadOnly::setMatrixValueFromString(
const ComputedStyle& initialStyle = ComputedStyle::initialStyle();
TransformOperations operations = TransformBuilder::createTransformOperations(
- *value, CSSToLengthConversionData(&initialStyle, &initialStyle,
- LayoutViewItem(nullptr), 1.0f));
+ *value,
+ CSSToLengthConversionData(&initialStyle, &initialStyle,
+ LayoutViewItem(nullptr), 1.0f));
if (operations.dependsOnBoxSize()) {
exceptionState.throwDOMException(
« no previous file with comments | « third_party/WebKit/Source/core/dom/ChildListMutationScope.cpp ('k') | third_party/WebKit/Source/core/dom/Document.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698