osd: Remove double space

Should not break anything but just strange...

Signed-off-by: Shinobu Kinjo <shinobu@redhat.com>
This commit is contained in:
Shinobu Kinjo 2017-12-02 11:57:39 -05:00
parent dfe1b7948d
commit 0fb7f9754d

View 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)) {