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

Unified Diff: runtime/vm/thread_barrier_test.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/thread_barrier.h ('k') | runtime/vm/thread_interrupter.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/thread_barrier_test.cc
diff --git a/runtime/vm/thread_barrier_test.cc b/runtime/vm/thread_barrier_test.cc
index 7ca11c64690a7e8f024011f14f5050bb854efa84..9fcdc1cdf3aeec00ec2d73dd282eded2ba0a6d51 100644
--- a/runtime/vm/thread_barrier_test.cc
+++ b/runtime/vm/thread_barrier_test.cc
@@ -12,13 +12,8 @@ namespace dart {
class FuzzTask : public ThreadPool::Task {
public:
- FuzzTask(intptr_t num_rounds,
- ThreadBarrier* barrier,
- uint64_t seed)
- : num_rounds_(num_rounds),
- barrier_(barrier),
- rng_(seed) {
- }
+ FuzzTask(intptr_t num_rounds, ThreadBarrier* barrier, uint64_t seed)
+ : num_rounds_(num_rounds), barrier_(barrier), rng_(seed) {}
virtual void Run() {
for (intptr_t i = 0; i < num_rounds_; ++i) {
« no previous file with comments | « runtime/vm/thread_barrier.h ('k') | runtime/vm/thread_interrupter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698