From: Yan Jun Date: Thu, 14 Jul 2016 03:29:55 +0000 (+0800) Subject: rgw: fix indents X-Git-Tag: ses5-milestone5~187^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=41479a945dd89f25cbbfedd75fe0e86a9b807265;p=ceph.git rgw: fix indents Signed-off-by: Yan Jun --- diff --git a/src/rgw/rgw_cache.h b/src/rgw/rgw_cache.h index c8783e1e836a..1768caa60c3e 100644 --- a/src/rgw/rgw_cache.h +++ b/src/rgw/rgw_cache.h @@ -377,7 +377,7 @@ int RGWCache::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::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); } }