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

Unified Diff: runtime/vm/dart_api_state.cc

Issue 2481873005: clang-format runtime/vm (Closed)
Patch Set: Merge Created 4 years, 1 month 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
« no previous file with comments | « runtime/vm/dart_api_state.h ('k') | runtime/vm/dart_entry.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/dart_api_state.cc
diff --git a/runtime/vm/dart_api_state.cc b/runtime/vm/dart_api_state.cc
index 6d0967d026a073d5f620ef1e2e7e925cbcb03c46..2d1d82717e8211002072259b3b244299eb04aad6 100644
--- a/runtime/vm/dart_api_state.cc
+++ b/runtime/vm/dart_api_state.cc
@@ -15,9 +15,8 @@
namespace dart {
BackgroundFinalizer::BackgroundFinalizer(Isolate* isolate,
- FinalizationQueue* queue) :
- isolate_(isolate),
- queue_(queue) {
+ FinalizationQueue* queue)
+ : isolate_(isolate), queue_(queue) {
ASSERT(FLAG_background_finalization);
PageSpace* old_space = isolate->heap()->old_space();
MonitorLocker ml(old_space->tasks_lock());
@@ -26,8 +25,7 @@ BackgroundFinalizer::BackgroundFinalizer(Isolate* isolate,
void BackgroundFinalizer::Run() {
- bool result = Thread::EnterIsolateAsHelper(isolate_,
- Thread::kFinalizerTask);
+ bool result = Thread::EnterIsolateAsHelper(isolate_, Thread::kFinalizerTask);
ASSERT(result);
{
« no previous file with comments | « runtime/vm/dart_api_state.h ('k') | runtime/vm/dart_entry.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698