]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
osd/ReplicatedPG: fix whitespace
authorSage Weil <sage@redhat.com>
Thu, 11 Feb 2016 22:17:06 +0000 (17:17 -0500)
committerSage Weil <sage@redhat.com>
Fri, 12 Feb 2016 12:17:40 +0000 (07:17 -0500)
Signed-off-by: Sage Weil <sage@redhat.com>
src/osd/ReplicatedPG.cc

index adeafd230fd3eed5238edb090053f2310a52692d..d46bcc48690272be422ac6db82ee65eaa9cce97e 100644 (file)
@@ -2147,7 +2147,7 @@ ReplicatedPG::cache_result_t ReplicatedPG::maybe_handle_cache_detail(
       return cache_result_t::BLOCKED_FULL;
     }
 
-    if (!hit_set && (must_promote || !op->need_skip_promote()) ) {
+    if (!hit_set && (must_promote || !op->need_skip_promote())) {
       promote_object(obc, missing_oid, oloc, op, promote_obc);
       return cache_result_t::BLOCKED_PROMOTE;
     } else if (op->may_write() || op->may_cache()) {