From: letterwuyu Date: Sun, 5 May 2019 07:35:45 +0000 (+0800) Subject: osd: fix indentation X-Git-Tag: v15.1.0~2697^2~5 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=7b581ed9ad2be65e6489f90ceb08436688a3cd4f;p=ceph.git osd: fix indentation Signed-off-by: lishuhao --- diff --git a/src/osd/ReplicatedBackend.h b/src/osd/ReplicatedBackend.h index 6e89f8ca875..1c05c498dbd 100644 --- a/src/osd/ReplicatedBackend.h +++ b/src/osd/ReplicatedBackend.h @@ -337,8 +337,8 @@ private: ceph_tid_t tid, Context *on_commit, OpRequestRef op, eversion_t v) : RefCountedObject(nullptr, 0), - tid(tid), on_commit(on_commit), - op(op), v(v) {} + tid(tid), on_commit(on_commit), + op(op), v(v) {} bool done() const { return waiting_for_commit.empty(); } diff --git a/src/osd/osd_types.h b/src/osd/osd_types.h index f115b2f8da0..51f91c6d6b6 100644 --- a/src/osd/osd_types.h +++ b/src/osd/osd_types.h @@ -4451,10 +4451,10 @@ public: if (e.prior_version == eversion_t() || e.is_clone()) { // new object. if (is_missing_divergent_item) { // use iterator - rmissing.erase((missing_it->second).need.version); + rmissing.erase((missing_it->second).need.version); // .have = nil - missing_it->second = item(e.version, eversion_t(), e.is_delete()); - missing_it->second.clean_regions.mark_fully_dirty(); + missing_it->second = item(e.version, eversion_t(), e.is_delete()); + missing_it->second.clean_regions.mark_fully_dirty(); } else { // create new element in missing map // .have = nil