From: Shinobu Kinjo Date: Sat, 2 Dec 2017 16:57:39 +0000 (-0500) Subject: osd: Remove double space X-Git-Tag: v13.0.1~31^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F19296%2Fhead;p=ceph.git osd: Remove double space Should not break anything but just strange... Signed-off-by: Shinobu Kinjo --- diff --git a/src/osd/PGBackend.cc b/src/osd/PGBackend.cc index 5706d23984a6..3221799dc181 100644 --- a/src/osd/PGBackend.cc +++ b/src/osd/PGBackend.cc @@ -951,7 +951,7 @@ void PGBackend::be_compare_scrubmaps( set cur_missing; set cur_inconsistent; - for (auto j = maps.cbegin(); j != maps.cend(); ++j) { + for (auto j = maps.cbegin(); j != maps.cend(); ++j) { if (j == auth) shard_map[auth->first].selected_oi = true; if (j->second->objects.count(*k)) {