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

Unified Diff: third_party/WebKit/Source/bindings/core/v8/V8Initializer.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/bindings/core/v8/V8Initializer.cpp
diff --git a/third_party/WebKit/Source/bindings/core/v8/V8Initializer.cpp b/third_party/WebKit/Source/bindings/core/v8/V8Initializer.cpp
index a0c4d830b0038274700ce939d2a12684a327e4e6..151596cd45032813c2f8217e4ae8ebc2857e367e 100644
--- a/third_party/WebKit/Source/bindings/core/v8/V8Initializer.cpp
+++ b/third_party/WebKit/Source/bindings/core/v8/V8Initializer.cpp
@@ -371,8 +371,8 @@ static void adjustAmountOfExternalAllocatedMemory(int64_t diff) {
MutexLocker locker(mutex);
processTotal += diff;
- DCHECK_GE(processTotal, 0) << "total amount = " << processTotal
- << ", diff = " << diff;
+ DCHECK_GE(processTotal, 0)
+ << "total amount = " << processTotal << ", diff = " << diff;
}
#endif

Powered by Google App Engine
This is Rietveld 408576698