]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
PG: fix some brace styling
authorSamuel Just <sam.just@inktank.com>
Mon, 13 May 2013 22:44:17 +0000 (15:44 -0700)
committerSamuel Just <sam.just@inktank.com>
Mon, 13 May 2013 22:56:11 +0000 (15:56 -0700)
Signed-off-by: Samuel Just <sam.just@inktank.com>
Reviewed-by: David Zafman <david.zafman@inktank.com>
src/osd/PG.cc

index 2f7c2771d5173e89a76f6f6daddbb1825583e3e4..b64949e154df7b7355b5f4e0f248d30fe1df47a1 100644 (file)
@@ -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());