]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
crimson/os: fix indent
authorKefu Chai <kchai@redhat.com>
Sat, 5 Sep 2020 13:51:16 +0000 (21:51 +0800)
committerKefu Chai <kchai@redhat.com>
Sun, 6 Sep 2020 07:30:15 +0000 (15:30 +0800)
Signed-off-by: Kefu Chai <kchai@redhat.com>
src/crimson/os/alienstore/alien_store.cc

index f89acf613fb632263b4733f5b2b45160be2285fb..8fe779161be52cc10846fdd0ce365a802151fcb5 100644 (file)
@@ -180,7 +180,7 @@ seastar::future<CollectionRef> AlienStore::create_new_collection(const coll_t& c
 seastar::future<CollectionRef> AlienStore::open_collection(const coll_t& cid)
 {
   logger().debug("{}", __func__);
-    return tp->submit([this, cid] {
+  return tp->submit([this, cid] {
     return store->open_collection(cid);
   }).then([this] (ObjectStore::CollectionHandle c) {
     CollectionRef ch;