]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
add a space between if and (
authorPan Liu <pan.liu@istuary.com>
Fri, 28 Oct 2016 00:02:56 +0000 (08:02 +0800)
committerPan Liu <pan.liu@istuary.com>
Fri, 28 Oct 2016 00:02:56 +0000 (08:02 +0800)
src/common/Finisher.cc

index 7e2625768a84b8dbe6a7cf9bf59922b7d4b88e9c..16ebea5fbfbaedd264e3da7ddff8f59f8d903ee6 100644 (file)
@@ -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.