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

Unified Diff: runtime/vm/safepoint.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/safepoint.h ('k') | runtime/vm/scanner.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/safepoint.cc
diff --git a/runtime/vm/safepoint.cc b/runtime/vm/safepoint.cc
index 7f5d92d0d240bdc0590e04192b1158b33f63603a..a554a9a8f33aed68ddf3e742d5ffa23e58768dce 100644
--- a/runtime/vm/safepoint.cc
+++ b/runtime/vm/safepoint.cc
@@ -42,8 +42,7 @@ SafepointHandler::SafepointHandler(Isolate* isolate)
safepoint_lock_(new Monitor()),
number_threads_not_at_safepoint_(0),
safepoint_operation_count_(0),
- owner_(NULL) {
-}
+ owner_(NULL) {}
SafepointHandler::~SafepointHandler() {
@@ -114,8 +113,7 @@ void SafepointHandler::SafepointThreads(Thread* T) {
// We have been waiting too long, start logging this as we might
// have an issue where a thread is not checking in for a safepoint.
OS::Print("Attempt:%" Pd " waiting for %d threads to check in\n",
- num_attempts,
- number_threads_not_at_safepoint_);
+ num_attempts, number_threads_not_at_safepoint_);
}
}
}
« no previous file with comments | « runtime/vm/safepoint.h ('k') | runtime/vm/scanner.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698