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 <hieu@hoang.co.uk>2013-09-27 12:35:24 +0400
committerHieu Hoang <hieu@hoang.co.uk>2013-09-27 12:35:24 +0400
commit31ce9b510e9a06e998ddddfbe92f0192cf7656b8 (patch)
tree3bfd084ffb9eb72abe1a560cee0be3b5dc0ace7b /moses/TargetPhraseCollection.h
parent13e1adf0002c00b84ff9735d5afddb7e0b73530e (diff)
beautify
Diffstat (limited to 'moses/TargetPhraseCollection.h')
-rw-r--r--moses/TargetPhraseCollection.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/moses/TargetPhraseCollection.h b/moses/TargetPhraseCollection.h
index 2bbf5c106..1945bbaf6 100644
--- a/moses/TargetPhraseCollection.h
+++ b/moses/TargetPhraseCollection.h
@@ -118,8 +118,7 @@ public:
void Add(TargetPhrase *targetPhrase, const Phrase &sourcePhrase);
};
-struct CompareTargetPhrase
-{
+struct CompareTargetPhrase {
bool operator() (const TargetPhrase *a, const TargetPhrase *b) const;
bool operator() (const TargetPhrase &a, const TargetPhrase &b) const;
};