From: Sage Weil Date: Thu, 23 Jul 2015 20:31:11 +0000 (-0400) Subject: osd/ReplicatedPG: fix a bit of whitespace X-Git-Tag: v9.1.0~346^2~27 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=35b521a8a520791b5f0e6429cc5100636a0d1da4;p=ceph.git osd/ReplicatedPG: fix a bit of whitespace Signed-off-by: Sage Weil --- diff --git a/src/osd/ReplicatedPG.cc b/src/osd/ReplicatedPG.cc index 26d094c15de8..c89bc35b8e7c 100644 --- a/src/osd/ReplicatedPG.cc +++ b/src/osd/ReplicatedPG.cc @@ -9728,9 +9728,9 @@ int ReplicatedPG::recover_backfill( // Count simultaneous scans as a single op and let those complete if (sent_scan) { - ops++; - start_recovery_op(hobject_t::get_max()); // XXX: was pbi.end - break; + ops++; + start_recovery_op(hobject_t::get_max()); // XXX: was pbi.end + break; } if (backfill_info.empty() && all_peer_done()) {