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

Unified Diff: third_party/WebKit/Source/bindings/core/v8/V8IteratorResultValue.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/bindings/core/v8/V8IteratorResultValue.h
diff --git a/third_party/WebKit/Source/bindings/core/v8/V8IteratorResultValue.h b/third_party/WebKit/Source/bindings/core/v8/V8IteratorResultValue.h
index b47ab29419cca2882e8acf1242250fe5e20ebda9..cf4e09c5372cdb3555f01a4f6d5bbb63fa1d11e6 100644
--- a/third_party/WebKit/Source/bindings/core/v8/V8IteratorResultValue.h
+++ b/third_party/WebKit/Source/bindings/core/v8/V8IteratorResultValue.h
@@ -34,9 +34,10 @@ inline ScriptValue v8IteratorResult(ScriptState* scriptState, const T& value) {
}
inline ScriptValue v8IteratorResultDone(ScriptState* scriptState) {
- return ScriptValue(scriptState, v8IteratorResultValue(
- scriptState->isolate(), true,
- v8::Undefined(scriptState->isolate())));
+ return ScriptValue(
+ scriptState,
+ v8IteratorResultValue(scriptState->isolate(), true,
+ v8::Undefined(scriptState->isolate())));
}
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698