From: Pan Liu Date: Fri, 28 Oct 2016 00:02:56 +0000 (+0800) Subject: add a space between if and ( X-Git-Tag: v11.1.0~417^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=003c8f8e13cfce3247fc2dfdc4d1dc3cb947fe10;p=ceph.git add a space between if and ( --- diff --git a/src/common/Finisher.cc b/src/common/Finisher.cc index 7e2625768a84..16ebea5fbfba 100644 --- a/src/common/Finisher.cc +++ b/src/common/Finisher.cc @@ -58,7 +58,7 @@ void *Finisher::finisher_thread_entry() finisher_lock.Unlock(); ldout(cct, 10) << "finisher_thread doing " << ls << dendl; - if(logger) + if (logger) start = ceph_clock_now(cct); // Now actually process the contexts.