]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
osd: Remove double space 19296/head
authorShinobu Kinjo <shinobu@redhat.com>
Sat, 2 Dec 2017 16:57:39 +0000 (11:57 -0500)
committerShinobu Kinjo <shinobu@redhat.com>
Sat, 2 Dec 2017 16:57:39 +0000 (11:57 -0500)
Should not break anything but just strange...

Signed-off-by: Shinobu Kinjo <shinobu@redhat.com>
src/osd/PGBackend.cc

index 5706d23984a6562d6095924a613c59e79b3ece72..3221799dc18157e2e1ae1a3d5c056ad581c33d08 100644 (file)
@@ -951,7 +951,7 @@ void PGBackend::be_compare_scrubmaps(
     set<pg_shard_t> cur_missing;
     set<pg_shard_t> 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)) {