]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
WorkQueue: fix bracing on reset_tp_timeout
authorSamuel Just <sam.just@inktank.com>
Mon, 29 Jul 2013 16:29:00 +0000 (09:29 -0700)
committerSamuel Just <sam.just@inktank.com>
Mon, 29 Jul 2013 19:49:09 +0000 (12:49 -0700)
Signed-off-by: Samuel Just <sam.just@inktank.com>
Reviewed-by: Sage Weil <sage@inktank.com>
src/common/WorkQueue.cc

index a40200a68bd4556ac83b9002b993763de941f74e..a57c07820309d7bed71c017e3b0b78abd1bdec53 100644 (file)
@@ -49,7 +49,8 @@ ThreadPool::ThreadPool(CephContext *cct_, string nm, int n, const char *option)
   }
 }
 
-void ThreadPool::TPHandle::reset_tp_timeout() {
+void ThreadPool::TPHandle::reset_tp_timeout()
+{
   cct->get_heartbeat_map()->reset_timeout(
     hb, grace, suicide_grace);
 }