From 0fb7f9754d9c7255f78fc57e1c6489dd22e9079d Mon Sep 17 00:00:00 2001 From: Shinobu Kinjo Date: Sat, 2 Dec 2017 11:57:39 -0500 Subject: [PATCH] osd: Remove double space Should not break anything but just strange... Signed-off-by: Shinobu Kinjo --- src/osd/PGBackend.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) { -- 2.47.3