Cosmetic improvements.
[invirt/third/libt4.git] / rpc / thr_pool.cc
index 4988dab..fc7be3d 100644 (file)
@@ -18,7 +18,7 @@ thread_pool::~thread_pool() {
         th_[i].join();
 }
 
-bool thread_pool::addJob(const job_t &j) {
+bool thread_pool::addJob(const job_t & j) {
     return jobq_.enq(j,blockadd_);
 }