Cosmetic improvements.
[invirt/third/libt4.git] / rpc / thr_pool.h
index 28c5236..df11f20 100644 (file)
@@ -11,7 +11,7 @@ class thread_pool {
         thread_pool(size_t sz, bool blocking=true);
         ~thread_pool();
 
-        bool addJob(const job_t &j);
+        bool addJob(const job_t & j);
 
     private:
         size_t nthreads_;