From f24b8fb97613bedbadf3c516da701f903c356f27 Mon Sep 17 00:00:00 2001 From: Samuel Just Date: Mon, 13 May 2013 15:44:17 -0700 Subject: [PATCH] PG: fix some brace styling Signed-off-by: Samuel Just Reviewed-by: David Zafman --- src/osd/PG.cc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/osd/PG.cc b/src/osd/PG.cc index 2f7c2771d51..b64949e154d 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()); -- 2.47.3