diff options
author | Greg Farnum <greg@inktank.com> | 2013-10-16 17:06:34 -0700 |
---|---|---|
committer | Greg Farnum <greg@inktank.com> | 2013-10-16 17:06:34 -0700 |
commit | 83d9083da034c0f641b33d5f91355bc28e6a4d69 (patch) | |
tree | 3ca86c495a1102292f8eb0dcc277a34d4e47336d | |
parent | 63ff8b17f17708dae1e9e6e6359d8e6405907bf5 (diff) | |
download | ceph-wip-promote-copies.tar.gz |
fixme ReplicatedPG: clean up whitespace in RepGatherwip-promote-copies
Signed-off-by: Greg Farnum <greg@inktank.com>
-rw-r--r-- | src/osd/ReplicatedPG.h | 10 |
1 files 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; + } }; |