Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/moses-smt/mosesdecoder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHieu Hoang <hieuhoang@gmail.com>2015-10-18 15:30:02 +0300
committerHieu Hoang <hieuhoang@gmail.com>2015-10-18 15:30:02 +0300
commitf7839c42d5cf2de17e86ec16df5e2f541ba53c75 (patch)
tree9f2444fecd5ddff97cf4df7b47f2e748bb87a2a6 /moses/Phrase.h
parent7a2d372df6d04b16a860f6aada5514b884544ed3 (diff)
beautify
Diffstat (limited to 'moses/Phrase.h')
-rw-r--r--moses/Phrase.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/moses/Phrase.h b/moses/Phrase.h
index 18726d93a..e92d68ac4 100644
--- a/moses/Phrase.h
+++ b/moses/Phrase.h
@@ -205,7 +205,7 @@ public:
inline size_t hash_value(const Phrase& phrase)
{
- return phrase.hash();
+ return phrase.hash();
}
struct PhrasePtrComparator {