From: Samuel Just Date: Mon, 13 May 2013 22:44:17 +0000 (-0700) Subject: PG: fix some brace styling X-Git-Tag: v0.63~33 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=f24b8fb97613bedbadf3c516da701f903c356f27;p=ceph.git PG: fix some brace styling Signed-off-by: Samuel Just Reviewed-by: David Zafman --- diff --git a/src/osd/PG.cc b/src/osd/PG.cc index 2f7c2771d517..b64949e154df 100644 --- a/src/osd/PG.cc +++ b/src/osd/PG.cc @@ -4065,7 +4065,8 @@ void PG::classic_scrub() * scrubber.state encodes the current state of the scrub (refer to state diagram * for details). */ -void PG::chunky_scrub() { +void PG::chunky_scrub() +{ // check for map changes if (scrubber.is_chunky_scrub_active()) { if (scrubber.epoch_start != info.history.same_interval_since) { @@ -4283,7 +4284,8 @@ void PG::scrub_clear_state() _scrub_clear_state(); } -bool PG::scrub_gather_replica_maps() { +bool PG::scrub_gather_replica_maps() +{ assert(scrubber.waiting_on == 0); assert(_lock.is_locked());