From 83d9083da034c0f641b33d5f91355bc28e6a4d69 Mon Sep 17 00:00:00 2001 From: Greg Farnum Date: Wed, 16 Oct 2013 17:06:34 -0700 Subject: fixme ReplicatedPG: clean up whitespace in RepGather Signed-off-by: Greg Farnum --- src/osd/ReplicatedPG.h | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/src/osd/ReplicatedPG.h b/src/osd/ReplicatedPG.h index 1435490c657..83cdf59c105 100644 --- a/src/osd/ReplicatedPG.h +++ b/src/osd/ReplicatedPG.h @@ -512,8 +512,14 @@ public: //generic_dout(0) << "deleting " << this << dendl; } } - void mark_done() { is_done = true; if (ondone) ondone->complete(0); } - bool done() { return is_done; } + void mark_done() { + is_done = true; + if (ondone) + ondone->complete(0); + } + bool done() { + return is_done; + } }; -- cgit v1.2.1