summaryrefslogtreecommitdiffstats
path: root/runtime/thread_pool.h
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/thread_pool.h')
-rw-r--r--runtime/thread_pool.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/runtime/thread_pool.h b/runtime/thread_pool.h
index b9f185d..7b626fb 100644
--- a/runtime/thread_pool.h
+++ b/runtime/thread_pool.h
@@ -124,9 +124,7 @@ class ThreadPool {
class WorkStealingTask : public Task {
public:
- WorkStealingTask() : ref_count_(0) {
-
- }
+ WorkStealingTask() : ref_count_(0) {}
size_t GetRefCount() const {
return ref_count_;