summaryrefslogtreecommitdiffstats
path: root/src/osd/HitSet.h
diff options
context:
space:
mode:
authorDaniel J. Hofmann <daniel@trvx.org>2014-05-09 15:07:15 +0200
committerDaniel J. Hofmann <daniel@trvx.org>2014-05-09 15:07:15 +0200
commit60b1071d64233b841d7fc560b2f9fef9f271adfe (patch)
tree67584447b627b6966797f9058001b8296785bbdc /src/osd/HitSet.h
parentMerge pull request #1772 from ceph/wip-8169 (diff)
downloadceph-60b1071d64233b841d7fc560b2f9fef9f271adfe.tar.xz
ceph-60b1071d64233b841d7fc560b2f9fef9f271adfe.zip
Removed extra semicolons
Signed-off-by: Daniel J. Hofmann <daniel@trvx.org>
Diffstat (limited to 'src/osd/HitSet.h')
-rw-r--r--src/osd/HitSet.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/osd/HitSet.h b/src/osd/HitSet.h
index 391dd63ee8f..dd83e6dd8e5 100644
--- a/src/osd/HitSet.h
+++ b/src/osd/HitSet.h
@@ -167,8 +167,8 @@ public:
private:
void reset_to_type(impl_type_t type);
};
-WRITE_CLASS_ENCODER(HitSet);
-WRITE_CLASS_ENCODER(HitSet::Params);
+WRITE_CLASS_ENCODER(HitSet)
+WRITE_CLASS_ENCODER(HitSet::Params)
typedef boost::shared_ptr<HitSet> HitSetRef;