From 0c3fea4014efc8499b0d43fb93d124d27dc9449a Mon Sep 17 00:00:00 2001 From: MosesAdmin Date: Fri, 16 Oct 2015 19:56:22 +0100 Subject: [PATCH] daily automatic beautifier --- moses/LM/DALMWrapper.cpp | 22 +++++++++------------- 1 file changed, 9 insertions(+), 13 deletions(-) diff --git a/moses/LM/DALMWrapper.cpp b/moses/LM/DALMWrapper.cpp index 19d787395..d10f46ebd 100644 --- a/moses/LM/DALMWrapper.cpp +++ b/moses/LM/DALMWrapper.cpp @@ -68,13 +68,11 @@ public: else return state.compare(o.state); } - virtual size_t hash() const - { - UTIL_THROW2("TODO:Haven't figure this out yet"); + virtual size_t hash() const { + UTIL_THROW2("TODO:Haven't figure this out yet"); } - virtual bool operator==(const FFState& other) const - { - UTIL_THROW2("TODO:Haven't figure this out yet"); + virtual bool operator==(const FFState& other) const { + UTIL_THROW2("TODO:Haven't figure this out yet"); } DALM::State &get_state() { @@ -187,14 +185,12 @@ public: if(rightContext.get_count() > o.rightContext.get_count()) return 1; return rightContext.compare(o.rightContext); } - - virtual size_t hash() const - { - UTIL_THROW2("TODO:Haven't figure this out yet"); + + virtual size_t hash() const { + UTIL_THROW2("TODO:Haven't figure this out yet"); } - virtual bool operator==(const FFState& other) const - { - UTIL_THROW2("TODO:Haven't figure this out yet"); + virtual bool operator==(const FFState& other) const { + UTIL_THROW2("TODO:Haven't figure this out yet"); } };