]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
rgw: fix indents 10203/head
authorYan Jun <yan.jun8@zte.com.cn>
Thu, 14 Jul 2016 03:29:55 +0000 (11:29 +0800)
committerYan Jun <yan.jun8@zte.com.cn>
Thu, 14 Jul 2016 11:57:29 +0000 (19:57 +0800)
Signed-off-by: Yan Jun <yan.jun8@zte.com.cn>
src/rgw/rgw_cache.h

index c8783e1e836a8794fa0491580711a5cf2db6e4d8..1768caa60c3e71f8615882942749ace37cc63530 100644 (file)
@@ -377,7 +377,7 @@ int RGWCache<T>::system_obj_set_attrs(void *ctx, rgw_obj& obj,
     if (r < 0)
       mydout(0) << "ERROR: failed to distribute cache for " << obj << dendl;
   } else {
-   cache.remove(name);
+    cache.remove(name);
   }
 
   return ret;
@@ -447,7 +447,7 @@ int RGWCache<T>::put_system_obj_data(void *ctx, rgw_obj& obj, bufferlist& data,
       if (r < 0)
         mydout(0) << "ERROR: failed to distribute cache for " << obj << dendl;
     } else {
-     cache.remove(name);
+      cache.remove(name);
     }
   }